From 674dc60ab463dcf7548480f2790a46d299d63ee3 Mon Sep 17 00:00:00 2001 From: Jonas Vautherin Date: Mon, 2 Dec 2024 14:04:50 +0100 Subject: [PATCH] curl: disable nghttp2 --- third_party/curl/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/curl/CMakeLists.txt b/third_party/curl/CMakeLists.txt index 611eaf377..1ac3e7091 100644 --- a/third_party/curl/CMakeLists.txt +++ b/third_party/curl/CMakeLists.txt @@ -16,6 +16,7 @@ list(APPEND CMAKE_ARGS "-DCURL_CA_PATH_SET=OFF" "-DCURL_ZLIB=OFF" "-DHTTP_ONLY=OFF" + "-DUSE_NGHTTP2=OFF" "-DHAVE_POSIX_STRERROR_R=1" "-DBUILD_TESTING=OFF" "-DUSE_LIBIDN2=OFF"