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
commitd999f29d0ac659887cfed67cfbde14f671b3254b (patch)
tree2bbc1eea1729f9a8aa775a09d1d9948d2e50b17c /README.md
parent87a5a56e6acd268cc8018c0e9dd6ae23fed276f9 (diff)
Upstream release v2.0.3v2.0.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 97cc275..749c310 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.2)
+ GIT_TAG v2.0.3)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)