Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthurSonzogni <sonzogniarthur@gmail.com>2022-01-09 11:56:45 +0300
committerArthurSonzogni <sonzogniarthur@gmail.com>2022-01-09 23:02:05 +0300
commitdc45651b764897beace5371b1845d80bf57787e0 (patch)
tree3c1bb290611491a834874fd18fcaefb69e366de5 /README.md
parentf253e9664d6a0628fa779c858a05a5aaf05e9cb4 (diff)
Update script for >=v3.10.5
Starting from v3.10.5, the update script will directly take the CMakeLists and a few other files directly from the upstream repository.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c4342f2..5b2a5ac 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ include(FetchContent)
FetchContent_Declare(json
GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent
+ GIT_PROGRESS TRUE
+ GIT_SHALLOW TRUE
GIT_TAG v3.10.4)
FetchContent_GetProperties(json)