readme: fix typo in CMake FetchContent example
This commit is contained in:
parent
d70d06ae41
commit
e44418ea26
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ Example:
|
|||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(json
|
||||
GIT_REPOSITORY https://github.com/nlohmann/json
|
||||
GIT_REPOSITORY https://github.com/nlohmann/json.git
|
||||
GIT_TAG v3.7.3)
|
||||
|
||||
FetchContent_GetProperties(json)
|
||||
|
|
Loading…
Reference in a new issue