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:51 +0300
committerGitHub Actions <action@github.com>2020-06-28 14:43:51 +0300
commit363880a442feaf66aef91baacbf19c6fd62bb5d3 (patch)
tree4fd9a50cea756e8a2fdde3d4f44b835ac6c2e9ba /README.md
parenta2b994bcb695ae15cca25dc9ffc52b93d6f2a8ea (diff)
Upstream release v3.1.2v3.1.2
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 c62ea67..907d404 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.1.1)
+ GIT_TAG v3.1.2)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)