mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-24 12:11:11 +00:00
libs: updated to curl 7.79.1
This commit is contained in:
parent
b959a27f44
commit
80ac44e6a5
1 changed files with 2 additions and 2 deletions
|
@ -524,8 +524,8 @@ elseif(UNIX)
|
|||
bundled_curl
|
||||
DEPENDS bundled_wolfssl bundled_openssl
|
||||
DOWNLOAD_DIR ${LIBS_DOWNLOAD_DIR}
|
||||
URL https://github.com/curl/curl/archive/curl-7_75_0.tar.gz
|
||||
URL_HASH MD5=0afe197dc28d2dbb5cc812776445e280
|
||||
URL https://github.com/curl/curl/archive/curl-7_79_1.tar.gz
|
||||
URL_HASH MD5=7a6ac0611e8fc77aa8b49d6b4bbdbbdc
|
||||
SOURCE_DIR "${LIBS_DOWNLOAD_SRC_DIR}/curl"
|
||||
CONFIGURE_COMMAND ${CURL_CONFIGURE}
|
||||
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/libs/curl
|
||||
|
|
Loading…
Reference in a new issue