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:57 +0300
committerGitHub Actions <action@github.com>2020-06-28 14:43:57 +0300
commit82f70c08f70bbe657b6b409d51f62098a647c90c (patch)
treeba369edba6a66d8513b3cbf30ea1dd3fce984df2 /README.md
parent4b7116583c904e40018ba3644db0bc9bcd1ebcfa (diff)
Upstream release v3.7.3v3.7.3
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 8809cd1..5348913 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.2)
+ GIT_TAG v3.7.3)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)