提交 56b348ab 编写于 作者: M Minglei Jin

curl: use tarball

上级 7e2859ed
# curl # curl
ExternalProject_Add(curl ExternalProject_Add(curl
GIT_REPOSITORY https://github.com/curl/curl.git URL https://curl.se/download/curl-8.2.1.tar.gz
GIT_TAG curl-7_88_1 DOWNLOAD_NO_PROGRESS 1
DOWNLOAD_DIR "${TD_CONTRIB_DIR}/deps-download"
#GIT_REPOSITORY https://github.com/curl/curl.git
#GIT_TAG curl-7_88_1
SOURCE_DIR "${TD_CONTRIB_DIR}/curl" SOURCE_DIR "${TD_CONTRIB_DIR}/curl"
BUILD_IN_SOURCE TRUE BUILD_IN_SOURCE TRUE
CONFIGURE_COMMAND ./configure --prefix=${CMAKE_BINARY_DIR}/build/ CONFIGURE_COMMAND ./configure --prefix=${CMAKE_BINARY_DIR}/build/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册