(cmake) Stop using FetchContent cmake module to retrieve jsoncpp third party dependency

This commit is contained in:
Benjamin Sergeant
2020-09-30 14:24:04 -07:00
parent 61dbcc2b84
commit 82e759732b
11 changed files with 8023 additions and 14 deletions

View File

@ -258,11 +258,7 @@ if (USE_WS OR USE_TEST)
GIT_REPOSITORY "https://github.com/gabime/spdlog"
GIT_TAG "v1.8.0")
FetchContent_Declare(jsoncpp
GIT_REPOSITORY "https://github.com/open-source-parsers/jsoncpp"
GIT_TAG "1.9.4")
FetchContent_MakeAvailable(spdlog jsoncpp)
FetchContent_MakeAvailable(spdlog)
if (USE_WS)
add_subdirectory(ws)