curl: Set build options the way we need for CMake

Set options added by the update to curl 8.8.0.
This commit is contained in:
Brad King
2024-05-29 14:06:29 -04:00
parent 6badc712e1
commit b731398a1a

View File

@@ -90,7 +90,10 @@ set(HAVE_WIN32_WINNT 0) # we do not need this info
set(HTTP_ONLY OFF CACHE INTERNAL "Curl is not http-only")
set(PICKY_COMPILER OFF CACHE INTERNAL "Enable picky compiler options")
set(SHARE_LIB_OBJECT OFF)
set(USE_ECH OFF)
set(USE_HTTPSRR OFF)
set(USE_LIBIDN2 ON)
set(USE_LIBRTMP OFF)
set(USE_NGHTTP2 ON)
set(USE_NGTCP2 OFF)
set(USE_OPENSSL_QUIC OFF)