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:
authorArthurSonzogni <sonzogniarthur@gmail.com>2020-07-09 18:56:30 +0300
committerArthurSonzogni <sonzogniarthur@gmail.com>2020-07-09 18:56:30 +0300
commite22531fab08005fdfbf1b398777e24879857d9f2 (patch)
tree0f08f5fa3b19d760b7003c2cce3a0cfc8e756b36
parent771312f7ba1fa033e8bbbb687df31ff4da4d70a3 (diff)
Use the correct repository name.
This fixes: https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent/issues/3
-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)