From c9baf2e48ea1c33aea4e27c908ee34f8e1b97ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gallou?= Date: Mon, 9 Sep 2024 20:38:28 +0200 Subject: [PATCH] Update curl --- sources/external-libs/curl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}