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-02 03:18:53 +0300
committerGitHub Actions <action@github.com>2020-08-02 03:18:53 +0300
commitdcfd3ee9de4e50e077c230cbf27c77aa8d760327 (patch)
tree30132cfd9c8484c4b24fc92919b43171ca159440 /README.md
parente22531fab08005fdfbf1b398777e24879857d9f2 (diff)
Upstream release v3.9.0v3.9.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 0c9b9d8..c7a35d4 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.8.0)
+ GIT_TAG v3.9.0)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)