mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user