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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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