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>2021-10-17 03:38:14 +0300
committerGitHub Actions <action@github.com>2021-10-17 03:38:14 +0300
commitb48095ee99aff048dc4760dd644b848bc1e6f0c3 (patch)
treeb396199c65111a91deccff51cc7c74d91b752166 /README.md
parentbec5bd2d1c308178e5a0887c20b23a409942fa29 (diff)
Upstream release v3.10.4
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 6284668..c4342f2 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ include(FetchContent)
FetchContent_Declare(json
GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent
- GIT_TAG v3.10.3)
+ GIT_TAG v3.10.4)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)