File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,16 @@ function(use_bundled_curl SOURCE_DIR BINARY_DIR)
5151 -DUSE_LIBIDN2=OFF
5252 -DCURL_USE_LIBPSL=OFF
5353 -DCURL_USE_OPENSSL=ON
54+ -DUSE_NGHTTP2=OFF
5455 )
5556
5657 append_third_party_passthrough_args(CURL_CMAKE_ARGS "${CURL_CMAKE_ARGS} " )
5758
5859 # Build project
5960 ExternalProject_Add(
6061 curl-external
61- URL "https://github.com/curl/curl/releases/download/curl-8_4_0 /curl-8.4.0 .tar.gz"
62- URL_HASH "SHA256=816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427 "
62+ URL "https://github.com/curl/curl/releases/download/curl-8_11_1 /curl-8.11.1 .tar.gz"
63+ URL_HASH "SHA256=a889ac9dbba3644271bd9d1302b5c22a088893719b72be3487bc3d401e5c4e80 "
6364 SOURCE_DIR "${BINARY_DIR} /thirdparty/curl-src"
6465 LIST_SEPARATOR % # This is needed for passing semicolon-separated lists
6566 CMAKE_ARGS ${CURL_CMAKE_ARGS}
You can’t perform that action at this time.
0 commit comments