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:56 +0300
committerGitHub Actions <action@github.com>2020-06-28 14:43:56 +0300
commit7c36b8fa04d4aadba9bae1ef42451a42f0829f60 (patch)
treeb4b0972142daefa500a94178a3a9bbad82fc6c3c /README.md
parentf10cdb7e4844ac6955597e061353494423ff1dec (diff)
Upstream release v3.7.1v3.7.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 ea7fa56..6023e69 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.7.0)
+ GIT_TAG v3.7.1)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)