mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
curl: Set build options the way we need for CMake
Set options added by the update to curl 8.22.0.
This commit is contained in:
@@ -45,6 +45,7 @@ set(CURL_DISABLE_HEADERS_API OFF)
|
||||
set(CURL_DISABLE_HSTS OFF)
|
||||
set(CURL_DISABLE_HTTP_AUTH OFF)
|
||||
set(CURL_DISABLE_HTTP OFF CACHE INTERNAL "Disable curl http protocol?")
|
||||
set(CURL_DISABLE_HTTPSIG ON)
|
||||
set(CURL_DISABLE_IMAP ON CACHE INTERNAL "Disable curl imap protocol?")
|
||||
set(CURL_DISABLE_INSTALL ON)
|
||||
set(CURL_DISABLE_IPFS OFF)
|
||||
|
||||
Reference in New Issue
Block a user