cmake/ssl: make curl depends openssl

This commit is contained in:
Minglei Jin 2023-10-17 15:16:20 +08:00
parent 8fa8c40391
commit d8b0d8085b
3 changed files with 3 additions and 3 deletions

View File

@ -7,6 +7,7 @@ ExternalProject_Add(curl
#GIT_REPOSITORY https://github.com/curl/curl.git
#GIT_TAG curl-7_88_1
SOURCE_DIR "${TD_CONTRIB_DIR}/curl"
DEPENDS openssl
BUILD_IN_SOURCE TRUE
BUILD_ALWAYS 1
#UPDATE_COMMAND ""

View File

@ -12,8 +12,8 @@ endfunction(update_cflags)
ExternalProject_Add(libs3
GIT_REPOSITORY https://github.com/bji/libs3
#GIT_TAG v5.0.16
DEPENDS curl xml2 openssl
#GIT_TAG v5.0.16
DEPENDS curl xml2
SOURCE_DIR "${TD_CONTRIB_DIR}/libs3"
#BINARY_DIR ""
BUILD_IN_SOURCE TRUE

View File

@ -277,7 +277,6 @@ if(${BUILD_TEST})
)
endif(${TD_DARWIN})
endif(${BUILD_TEST})
# cJson