(cmake) use FetchContent cmake module to retrieve spdlog third party dependency

This commit is contained in:
Benjamin Sergeant
2020-09-26 13:51:19 -07:00
parent 97cc543e53
commit 2526a94454
159 changed files with 22 additions and 42725 deletions

View File

@ -251,7 +251,7 @@ if (USE_WS OR USE_TEST)
add_subdirectory(ixsentry)
add_subdirectory(ixbots)
add_subdirectory(third_party/spdlog spdlog)
# add_subdirectory(third_party/spdlog spdlog)
if (USE_WS)
add_subdirectory(ws)