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:
authorGitHub Actions <action@github.com>2021-10-10 03:39:38 +0300
committerGitHub Actions <action@github.com>2021-10-10 03:39:38 +0300
commitbec5bd2d1c308178e5a0887c20b23a409942fa29 (patch)
tree5ec5d98da2e941972bdc4afa0a2d714482d27b7a /README.md
parent0db99d5ed1ba0c4409509db3916e7bd8398ee920 (diff)
Upstream release v3.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 0f102ef..6284668 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ include(FetchContent)
FetchContent_Declare(json
GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent
- GIT_TAG v3.10.2)
+ GIT_TAG v3.10.3)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)