curl: with openssl building

This commit is contained in:
Minglei Jin 2023-08-09 13:31:18 +08:00
parent 56b348abf2
commit 376a2c2520
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ExternalProject_Add(curl
#GIT_TAG curl-7_88_1
SOURCE_DIR "${TD_CONTRIB_DIR}/curl"
BUILD_IN_SOURCE TRUE
CONFIGURE_COMMAND ./configure --prefix=${CMAKE_BINARY_DIR}/build/
CONFIGURE_COMMAND ./configure --prefix=${CMAKE_BINARY_DIR}/build/ --with-openssl
BUILD_COMMAND make
INSTALL_COMMAND make install
TEST_COMMAND ""