diff --git a/CMakeLists.txt b/CMakeLists.txt index 376be36..6754213 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,7 +89,7 @@ set(EFSW_INSTALL OFF CACHE BOOL "" FORCE) add_subdirectory(third-party/efsw EXCLUDE_FROM_ALL) set(CPR_BUILD_TESTS OFF CACHE BOOL "" FORCE) -set(CMAKE_USE_LIBSSH2 OFF CACHE BOOL "" FORCE) +set(CMAKE_USE_LIBSSH2 OFF CACHE BOOL "" FORCE) # For some reason, even when HTTP_ONLY is set to ON, libcurl will try to link to libssh2. add_subdirectory(third-party/cpr EXCLUDE_FROM_ALL) add_subdirectory(src)