From e44418ea2641d2f16989f1272f4e1c7e05af7d9d Mon Sep 17 00:00:00 2001 From: Quentin Barbarat Date: Wed, 27 May 2020 13:51:13 +0200 Subject: [PATCH] readme: fix typo in CMake FetchContent example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 077a60bc..39dff847 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Example: include(FetchContent) FetchContent_Declare(json - GIT_REPOSITORY https://github.com/nlohmann/json + GIT_REPOSITORY https://github.com/nlohmann/json.git GIT_TAG v3.7.3) FetchContent_GetProperties(json)