mirror of
https://github.com/nlohmann/json.git
synced 2026-08-17 14:43:17 +00:00
readme: fix typo in CMake FetchContent example
This commit is contained in:
@@ -148,7 +148,7 @@ Example:
|
|||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
|
||||||
FetchContent_Declare(json
|
FetchContent_Declare(json
|
||||||
GIT_REPOSITORY https://github.com/nlohmann/json
|
GIT_REPOSITORY https://github.com/nlohmann/json.git
|
||||||
GIT_TAG v3.7.3)
|
GIT_TAG v3.7.3)
|
||||||
|
|
||||||
FetchContent_GetProperties(json)
|
FetchContent_GetProperties(json)
|
||||||
|
|||||||
Reference in New Issue
Block a user