From 83002868d9be43b30a65371de98b83f46007c141 Mon Sep 17 00:00:00 2001 From: William JCM Date: Thu, 22 Jul 2021 13:10:40 +0200 Subject: [PATCH] Add an explanatory comment. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)