mirror of
https://github.com/nlohmann/json.git
synced 2024-12-03 21:59:08 +08:00
Fix typo in README
This commit is contained in:
parent
b2e784c33b
commit
193bf9d6b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user