Merge pull request #23110 from taosdata/fix/xftan/cmake-curl/3.0
fix(CMAKE): fix curl cmake file
This commit is contained in:
commit
b3138f1aeb
|
@ -1,7 +1,7 @@
|
|||
# curl
|
||||
ExternalProject_Add(curl
|
||||
URL https://curl.se/download/curl-8.2.1.tar.gz
|
||||
URL_HASH MD5 b25588a43556068be05e1624e0e74d41
|
||||
URL_HASH MD5=b25588a43556068be05e1624e0e74d41
|
||||
DOWNLOAD_NO_PROGRESS 1
|
||||
DOWNLOAD_DIR "${TD_CONTRIB_DIR}/deps-download"
|
||||
#GIT_REPOSITORY https://github.com/curl/curl.git
|
||||
|
|
Loading…
Reference in New Issue