修复由于不正确链接libcurl,导致的缓存上传触发较晚的bug。
This commit is contained in:
@@ -13,7 +13,7 @@ target_link_libraries(tfe pthread dl
|
||||
MESA_handle_logger
|
||||
MESA_prof_load
|
||||
cjson
|
||||
curl
|
||||
libcurl-static
|
||||
MESA_htable wiredcfg
|
||||
MESA_field_stat)
|
||||
|
||||
|
||||
2
vendor/CMakeLists.txt
vendored
2
vendor/CMakeLists.txt
vendored
@@ -233,7 +233,7 @@ ExternalProject_Add(libcurl
|
||||
PREFIX libcurl
|
||||
URL ${CMAKE_CURRENT_SOURCE_DIR}/curl-7.59.0.tar.gz
|
||||
URL_MD5 a44f98c25c7506e7103039b542aa5ad8
|
||||
CONFIGURE_COMMAND ./configure --prefix=<INSTALL_DIR> --disable-shared
|
||||
CONFIGURE_COMMAND ./configure --prefix=<INSTALL_DIR> --disable-shared --without-libidn2 --without-ssl --disable-ldap
|
||||
BUILD_IN_SOURCE 1)
|
||||
|
||||
ExternalProject_Get_Property(libcurl INSTALL_DIR)
|
||||
|
||||
Reference in New Issue
Block a user