Fix typo in README

This commit is contained in:
Morten Fyhn Amundsen
2021-05-03 09:46:00 +02:00
committed by GitHub
parent b2e784c33b
commit 193bf9d6b6

View File

@@ -142,7 +142,7 @@ target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
Since CMake v3.11,
[FetchContent](https://cmake.org/cmake/help/v3.11/module/FetchContent.html) can
be used to automatically download the repository as a dependency at configure type.
be used to automatically download the repository as a dependency at configure time.
Example:
```cmake