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:48 +0300
committerGitHub Actions <action@github.com>2020-06-28 14:43:48 +0300
commit1356af61c5a81753798656be529591a5f6957d8d (patch)
tree041a9e73d5bb35940315b2190e8e35d5b5e7e751 /README.md
parent598710c340b222750bb8d68b8ba6fe0c07f087c4 (diff)
Upstream release v2.0.10v2.0.10
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 038f32d..1e9fdd7 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.9)
+ GIT_TAG v2.0.10)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)