mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
curl: Set build options the way we need for CMake
This commit is contained in:
@@ -12,20 +12,32 @@ set(CURL_DISABLE_ALTSVC ON)
|
||||
set(CURL_DISABLE_COOKIES OFF CACHE INTERNAL "Do not disable curl cookie support")
|
||||
set(CURL_DISABLE_CRYPTO_AUTH OFF CACHE INTERNAL "Do not disable curl crypto auth")
|
||||
set(CURL_DISABLE_DICT ON CACHE INTERNAL "Disable curl dict protocol?")
|
||||
set(CURL_DISABLE_DOH OFF)
|
||||
set(CURL_DISABLE_FILE OFF CACHE INTERNAL "Disable curl file protocol?")
|
||||
set(CURL_DISABLE_FTP OFF CACHE INTERNAL "Disable curl ftp protocol?")
|
||||
set(CURL_DISABLE_GETOPTIONS OFF)
|
||||
set(CURL_DISABLE_GOPHER ON CACHE INTERNAL "Disable curl gopher protocol?")
|
||||
set(CURL_DISABLE_HSTS ON)
|
||||
set(CURL_DISABLE_HTTP_AUTH OFF)
|
||||
set(CURL_DISABLE_HTTP OFF CACHE INTERNAL "Disable curl http protocol?")
|
||||
set(CURL_DISABLE_IMAP ON CACHE INTERNAL "Disable curl imap protocol?")
|
||||
set(CURL_DISABLE_LDAP ON CACHE INTERNAL "Disable curl ldap protocol?")
|
||||
set(CURL_DISABLE_LDAPS ON CACHE INTERNAL "Disable curl ldaps protocol?")
|
||||
set(CURL_DISABLE_LIBCURL_OPTION OFF)
|
||||
set(CURL_DISABLE_MIME OFF)
|
||||
set(CURL_DISABLE_MQTT ON)
|
||||
set(CURL_DISABLE_NETRC OFF)
|
||||
set(CURL_DISABLE_NTLM OFF)
|
||||
set(CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG OFF)
|
||||
set(CURL_DISABLE_PARSEDATE OFF)
|
||||
set(CURL_DISABLE_POP3 ON CACHE INTERNAL "Disable curl pop3 protocol?")
|
||||
set(CURL_DISABLE_PROGRESS_METER OFF)
|
||||
set(CURL_DISABLE_PROXY OFF CACHE INTERNAL "Do not disable curl proxy")
|
||||
set(CURL_DISABLE_RTSP ON CACHE INTERNAL "Disable curl rtsp protocol?")
|
||||
set(CURL_DISABLE_SHUFFLE_DNS OFF)
|
||||
set(CURL_DISABLE_SMB OFF)
|
||||
set(CURL_DISABLE_SMTP ON CACHE INTERNAL "Disable curl smtp protocol?")
|
||||
set(CURL_DISABLE_SOCKETPAIR OFF)
|
||||
set(CURL_DISABLE_TELNET ON CACHE INTERNAL "Disable curl telnet protocol?")
|
||||
set(CURL_DISABLE_TFTP ON CACHE INTERNAL "Disable curl tftp protocol?")
|
||||
set(CURL_DISABLE_VERBOSE_STRINGS OFF CACHE INTERNAL "Do not disable curl verbosity")
|
||||
|
||||
Reference in New Issue
Block a user