diff --git a/sources/external-libs/curl/CMakeLists.txt b/sources/external-libs/curl/CMakeLists.txt index b768cc509..18fa93650 100644 --- a/sources/external-libs/curl/CMakeLists.txt +++ b/sources/external-libs/curl/CMakeLists.txt @@ -90,7 +90,7 @@ endif(CMAKE_TOOLCHAIN_FILE) ExternalProject_Add(curl_build GIT_REPOSITORY https://github.com/curl/curl.git - GIT_TAG curl-8_8_0 + GIT_TAG curl-8_9_1 GIT_CONFIG advice.detachedHead=false PATCH_COMMAND ${CURL_PATHCMD} PREFIX ${CURL_ROOT}