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:44 +0300
committerGitHub Actions <action@github.com>2020-06-28 14:43:44 +0300
commitb23232e80116232b8a0a3968e064e1f9de90930e (patch)
tree83575ee26ed2e7b0e2dd5b950c77996d2ab9e099 /README.md
parent861c8c815eb655a57aa8423a8f8077a41d681b56 (diff)
Upstream release v1.1.0v1.1.0
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 d0f6b6d..1844d03 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 no-tag-yet)
+ GIT_TAG v1.1.0)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)