summary refs log tree commit diff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Hunter/config.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake
index 3d5dd00f..f5a0eb0b 100644
--- a/cmake/Hunter/config.cmake
+++ b/cmake/Hunter/config.cmake
@@ -14,6 +14,7 @@ if (WIN32)
             CURL_USE_SCHANNEL=ON
             CURL_USE_OPENSSL=OFF
             CURL_USE_LIBSSH2=OFF
+            CURL_USE_LIBPSL=OFF
             CURL_DISABLE_FTP=ON
             CURL_DISABLE_FTP=ON
             CURL_DISABLE_FILE=ON
@@ -41,6 +42,7 @@ else()
             CURL_USE_SCHANNEL=OFF
             CURL_USE_OPENSSL=ON
             CURL_USE_LIBSSH2=OFF
+            CURL_USE_LIBPSL=OFF
             CURL_DISABLE_FTP=ON
             CURL_DISABLE_FTP=ON
             CURL_DISABLE_FILE=ON