Unverified Commit ed4780bf authored by Sang Ik Lee's avatar Sang Ik Lee Committed by GitHub

Use old version for Windows until compiler errors are resolved. (#4274)

parent c692e92e
......@@ -22,7 +22,11 @@ include(ExternalProject)
#------------------------------------------------------------------------------
SET(JSON_GIT_REPO_URL https://github.com/nlohmann/json)
SET(JSON_GIT_LABEL v3.7.3)
if(WIN32)
SET(JSON_GIT_LABEL v3.5.0)
else()
SET(JSON_GIT_LABEL v3.7.3)
endif()
ExternalProject_Add(
ext_json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment