Merge branch 'develop' of https://github.com/nlohmann/json into develop

This commit is contained in:
Niels Lohmann 2020-05-28 12:54:13 +02:00
commit 5ff4d7b7ff
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
4 changed files with 29 additions and 5 deletions

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)