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:45 +0300
committerGitHub Actions <action@github.com>2020-06-28 14:43:45 +0300
commit83d5cb38342f030a533ba1ec963b716411cb353e (patch)
treeeb2192a55f475f50a0da58e294d3a1cceb6eb92d /README.md
parent69d0b3584248a6a2eaf5938bef59bd497743d374 (diff)
Upstream release v2.0.1v2.0.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 2c70f79..886dc1b 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 v2.0.0)
+ GIT_TAG v2.0.1)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)