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:
Brad King
2026-09-02 17:19:19 -04:00
parent 1b1456cfcf
commit cdc74967a9
+1
View File
@@ -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)