Merge pull request #2754 from mortenfyhn/patch-1

Fix typo in README
pull/2756/head
Niels Lohmann 2021-05-03 12:24:55 +02:00 committed by GitHub
commit d4f446592f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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