simple cmake build error

This commit is contained in:
Benjamin Sergeant
2020-12-25 16:28:15 -08:00
parent fabc07d598
commit cd82eed4ec
2 changed files with 0 additions and 21 deletions

View File

@ -257,8 +257,6 @@ install(EXPORT ixwebsocket
DESTINATION lib/cmake/ixwebsocket)
if (USE_WS OR USE_TEST)
add_subdirectory(ixcore)
include(FetchContent)
FetchContent_Declare(spdlog
GIT_REPOSITORY "https://github.com/gabime/spdlog"