summaryrefslogtreecommitdiffstats
path: root/deps
diff options
context:
space:
mode:
authorJoe <rubberduckie3554@gmail.com>2019-02-24 18:23:08 -0500
committerJoe <rubberduckie3554@gmail.com>2019-02-24 18:23:08 -0500
commite7b4c9ecb281570fe08661419aefa9232ac5222e (patch)
tree15ab5dd83d8918f6d3c1a389963e7f11eaffc763 /deps
parentd57a9dee815c774ef809c6a1ed4c310b903ab0f3 (diff)
More CI Fixes
Diffstat (limited to 'deps')
-rw-r--r--deps/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt
index 290b523d..2679876b 100644
--- a/deps/CMakeLists.txt
+++ b/deps/CMakeLists.txt
@@ -73,10 +73,10 @@ set(SPDLOG_URL https://github.com/gabime/spdlog/archive/v1.1.0.tar.gz)
set(SPDLOG_HASH
3dbcbfd8c07e25f5e0d662b194d3a7772ef214358c49ada23c044c4747ce8b19)
-set(JSON_HEADER_URL
- https://github.com/nlohmann/json/releases/download/v3.2.0/json.hpp)
-set(JSON_HEADER_HASH
- ce6b5610a051ec6795fa11c33854abebb086f0fd67c311f5921c3c07f9531b44)
+set(JSON_URL
+ https://github.com/nlohmann/json.git)
+set(JSON_TAG
+ v3.2.0)
if(USE_BUNDLED_JSON)
include(Json)