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-06-28 14:43:54 +0300
committerGitHub Actions <action@github.com>2020-06-28 14:43:54 +0300
commit5e94a4e7d671bbb898b335ee4e6a437cf5126fb5 (patch)
tree10e3c28b124277b5de558cfb1c4e22b585185018 /README.md
parentf02adff4c899a49cb2528171281316481613c6a7 (diff)
Upstream release v3.6.1v3.6.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 3d2c04f..5666697 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ include(FetchContent)
FetchContent_Declare(json
GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohman_json
- GIT_TAG v3.6.0)
+ GIT_TAG v3.6.1)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)