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-22 03:34:12 +0300
committerGitHub Actions <action@github.com>2021-08-22 03:34:12 +0300
commite293c9ac27fc1582218b36780dcf6dae9b7bef5f (patch)
treeb528f147060f9c41f69c8fbbec322c6cc47227db /README.md
parent391786c6c3abdd3eeb993a3154f1f2a4cfe137a0 (diff)
Upstream release v3.10.0
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 1240a89..ccc5293 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.9.1)
+ GIT_TAG v3.10.0)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)