Fixed cmake options for curl

This commit is contained in:
SChernykh
2026-04-30 17:17:03 +02:00
parent d3b1a77256
commit 35ca86d4b9
11 changed files with 18 additions and 19 deletions
-1
View File
@@ -44,7 +44,6 @@ set(CURL_DISABLE_NTLM ON CACHE BOOL "")
set(CURL_DISABLE_PARSEDATE ON CACHE BOOL "")
set(CURL_DISABLE_PROGRESS_METER ON CACHE BOOL "")
set(CURL_DISABLE_SHUFFLE_DNS ON CACHE BOOL "")
set(CURL_DISABLE_SOCKETPAIR ON CACHE BOOL "")
set(CURL_DISABLE_VERBOSE_STRINGS ON CACHE BOOL "")
set(HTTP_ONLY ON CACHE BOOL "")
set(CURL_ENABLE_SSL OFF CACHE BOOL "")