cmake/curl: use new dir curl2 for s3 version
This commit is contained in:
parent
7fdf6cc696
commit
0e65ed0202
|
@ -1,12 +1,12 @@
|
||||||
# curl
|
# curl
|
||||||
ExternalProject_Add(curl
|
ExternalProject_Add(curl2
|
||||||
URL https://curl.se/download/curl-8.2.1.tar.gz
|
URL https://curl.se/download/curl-8.2.1.tar.gz
|
||||||
URL_HASH MD5=b25588a43556068be05e1624e0e74d41
|
URL_HASH MD5=b25588a43556068be05e1624e0e74d41
|
||||||
DOWNLOAD_NO_PROGRESS 1
|
DOWNLOAD_NO_PROGRESS 1
|
||||||
DOWNLOAD_DIR "${TD_CONTRIB_DIR}/deps-download"
|
DOWNLOAD_DIR "${TD_CONTRIB_DIR}/deps-download"
|
||||||
#GIT_REPOSITORY https://github.com/curl/curl.git
|
#GIT_REPOSITORY https://github.com/curl/curl.git
|
||||||
#GIT_TAG curl-7_88_1
|
#GIT_TAG curl-7_88_1
|
||||||
SOURCE_DIR "${TD_CONTRIB_DIR}/curl"
|
SOURCE_DIR "${TD_CONTRIB_DIR}/curl2"
|
||||||
DEPENDS openssl
|
DEPENDS openssl
|
||||||
BUILD_IN_SOURCE TRUE
|
BUILD_IN_SOURCE TRUE
|
||||||
BUILD_ALWAYS 1
|
BUILD_ALWAYS 1
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
ExternalProject_Add(libs3
|
ExternalProject_Add(libs3
|
||||||
GIT_REPOSITORY https://github.com/bji/libs3
|
GIT_REPOSITORY https://github.com/bji/libs3
|
||||||
#GIT_TAG v5.0.16
|
#GIT_TAG v5.0.16
|
||||||
DEPENDS curl xml2
|
DEPENDS curl2 xml2
|
||||||
SOURCE_DIR "${TD_CONTRIB_DIR}/libs3"
|
SOURCE_DIR "${TD_CONTRIB_DIR}/libs3"
|
||||||
#BINARY_DIR ""
|
#BINARY_DIR ""
|
||||||
BUILD_IN_SOURCE TRUE
|
BUILD_IN_SOURCE TRUE
|
||||||
|
|
Loading…
Reference in New Issue