From b3dd620f9cc1de747be5f4d39a43d7882a9741d0 Mon Sep 17 00:00:00 2001 From: Christian Gruber Date: Fri, 1 Nov 2019 19:52:24 -0700 Subject: [PATCH] Update the nlohmann json library so it compiles with recent releases of Xcode. --- ext/json.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/json.cmake b/ext/json.cmake index 2e04f8e5..93fa7a46 100644 --- a/ext/json.cmake +++ b/ext/json.cmake @@ -2,7 +2,7 @@ include(ExternalProject) ExternalProject_Add( nlohmann_json_ext - URL "https://github.com/nlohmann/json/releases/download/v3.1.2/include.zip" + URL "https://github.com/nlohmann/json/releases/download/v3.7.0/include.zip" CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_DIR "" INSTALL_COMMAND "" ) ExternalProject_Get_Property(nlohmann_json_ext SOURCE_DIR)