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 2, 2024
1 parent 9586a58 commit 2b3f09e
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 @@ -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"
Expand Down

0 comments on commit 2b3f09e

Please sign in to comment.