Skip to content

Commit

Permalink
Update the nlohmann json library so it compiles with recent releases …
Browse files Browse the repository at this point in the history
…of Xcode.
  • Loading branch information
cgruber authored and MCMrARM committed Dec 28, 2019
1 parent e405b8c commit b3dd620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/json.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b3dd620

Please sign in to comment.