From 7d6297c5c68944826d71da8e7c022c2a317ec4cb Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Sun, 19 May 2019 19:04:27 +0200 Subject: [PATCH] Update CMakeLists.txt --- examples/json/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/json/CMakeLists.txt b/examples/json/CMakeLists.txt index 1f724ba..c16a4ac 100644 --- a/examples/json/CMakeLists.txt +++ b/examples/json/CMakeLists.txt @@ -7,7 +7,7 @@ include(../../cmake/CPM.cmake) CPMAddPackage( NAME nlohmann_json VERSION 3.6.1 - # not using the git as it takes forever to clone + # not using the repo as it takes forever to clone URL https://github.com/nlohmann/json/releases/download/v3.6.1/include.zip URL_HASH SHA256=69cc88207ce91347ea530b227ff0776db82dcb8de6704e1a3d74f4841bc651cf )