Skip to content

Commit

Permalink
Update curl to 8.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerocatia committed Dec 13, 2024
1 parent 8da2b22 commit 0642312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ set(LOCAL_CURL_LIB_DIR ${CMAKE_CURRENT_BINARY_DIR}/ext/curl/lib)

ExternalProject_Add(curl
PREFIX ext/curl
URL "https://github.com/curl/curl/releases/download/curl-8_11_0/curl-8.11.0.tar.gz"
URL_HASH SHA256=264537d90e58d2b09dddc50944baf3c38e7089151c8986715e2aaeaaf2b8118f
URL "https://github.com/curl/curl/releases/download/curl-8_11_1/curl-8.11.1.tar.gz"
URL_HASH SHA256=a889ac9dbba3644271bd9d1302b5c22a088893719b72be3487bc3d401e5c4e80
BUILD_BYPRODUCTS ${LOCAL_CURL_LIB_DIR}/libcurl.a
CMAKE_ARGS
-DCMAKE_TOOLCHAIN_FILE:FILEPATH=${CMAKE_TOOLCHAIN_FILE}
Expand Down

0 comments on commit 0642312

Please sign in to comment.