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>2020-08-09 03:19:54 +0300
committerGitHub Actions <action@github.com>2020-08-09 03:19:54 +0300
commit391786c6c3abdd3eeb993a3154f1f2a4cfe137a0 (patch)
tree7babe720b27db728afb40e7772e518879ae60b16 /README.md
parentdcfd3ee9de4e50e077c230cbf27c77aa8d760327 (diff)
Upstream release v3.9.1v3.9.1main
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 c7a35d4..1240a89 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.0)
+ GIT_TAG v3.9.1)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)