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-08-29 03:36:38 +0300
committerGitHub Actions <action@github.com>2021-08-29 03:36:38 +0300
commit0db99d5ed1ba0c4409509db3916e7bd8398ee920 (patch)
treea01c36b5a1cce23db22c95616d76bb754c7cc40e /README.md
parent0ad2ba44ac63ca12a07ece9cad16035404747e76 (diff)
Upstream release v3.10.2
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 0ce1882..0f102ef 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.1)
+ GIT_TAG v3.10.2)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)