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:44 +0300
committerArthurSonzogni <sonzogniarthur@gmail.com>2022-09-25 15:56:44 +0300
commit7a5b73815e53af453dc36e6d2859c5bc7f32b47f (patch)
tree4923c9d4b82be9e3fadccda41b2edf267b888834 /README.md
parent5cb87307d307f057381cf0631a55cda48c7992c4 (diff)
Upstream release v3.10.3v3.10.3
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 1d27deb..f9eec9c 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.2)
+ GIT_TAG v3.10.3)
FetchContent_MakeAvailable(json)