Browse Source

curl: Set build options the way we need for CMake

Set options added by the update to curl 8.8.0.
Brad King 1 year ago
parent
commit
b731398a1a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Utilities/cmcurl/CMakeLists.txt

+ 3 - 0
Utilities/cmcurl/CMakeLists.txt

@@ -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)