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
commit0ad2ba44ac63ca12a07ece9cad16035404747e76 (patch)
treebb72341d31d1a67710a159c9d77109c63f7ffd86 /README.md
parente293c9ac27fc1582218b36780dcf6dae9b7bef5f (diff)
Upstream release v3.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 ccc5293..0ce1882 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.0)
+ GIT_TAG v3.10.1)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)