curl: with openssl building
This commit is contained in:
parent
56b348abf2
commit
376a2c2520
|
@ -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 ""
|
||||
|
|
Loading…
Reference in New Issue