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:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 010bc20..0c9b9d8 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ You can depends on it using:
include(FetchContent)
FetchContent_Declare(json
- GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohman_json
+ GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent
GIT_TAG v3.8.0)
FetchContent_GetProperties(json)