Skip to content

Commit

Permalink
curl: disable nghttp2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin authored and julianoes committed Dec 17, 2024
1 parent 852b9cd commit 2e0e121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/curl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ list(APPEND CMAKE_ARGS
"-DBUILD_SHARED_LIBS=OFF"
"-DCURL_ZLIB=OFF"
"-DHTTP_ONLY=OFF"
"-DUSE_NGHTTP2=OFF"
"-DHAVE_POSIX_STRERROR_R=1"
"-DBUILD_TESTING=OFF"
"-DUSE_LIBIDN2=OFF"
Expand Down

0 comments on commit 2e0e121

Please sign in to comment.