1
0
mirror of https://github.com/nlohmann/json synced 2024-11-10 06:20:06 +00:00

readme: fix typo in CMake FetchContent example

This commit is contained in:
Quentin Barbarat 2020-05-27 13:51:13 +02:00 committed by GitHub
parent d70d06ae41
commit e44418ea26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)