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-09-25 15:56:33 +0300
committerArthurSonzogni <sonzogniarthur@gmail.com>2022-09-25 15:56:33 +0300
commit3f50bbefff2caf6aac449daff229d906aff45546 (patch)
treec8a0ec1b80512e30050f48cd1f7e77a4c0e63d1c /README.md
parentf6de449dd546c062f2405dce55a1cd1397309ffb (diff)
Upstream release v3.10.1v3.10.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b3e03e9..0e4ef8f 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ FetchContent_Declare(json
GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent
GIT_PROGRESS TRUE
GIT_SHALLOW TRUE
- GIT_TAG v3.10.0)
+ GIT_TAG v3.10.1)
FetchContent_MakeAvailable(json)