cos: use static sdk
This commit is contained in:
parent
104ead6783
commit
84452c8dee
|
@ -9,7 +9,7 @@ ExternalProject_Add(curl
|
|||
BUILD_IN_SOURCE TRUE
|
||||
BUILD_ALWAYS 1
|
||||
#UPDATE_COMMAND ""
|
||||
CONFIGURE_COMMAND ./configure --prefix=$ENV{HOME}/.cos-local.1 --without-ssl --enable-shared=no
|
||||
CONFIGURE_COMMAND ./configure --prefix=$ENV{HOME}/.cos-local.1 --without-ssl --enable-shared=no --disable-ldap --disable-ldaps
|
||||
#CONFIGURE_COMMAND ./configure --without-ssl
|
||||
BUILD_COMMAND make
|
||||
INSTALL_COMMAND make install
|
||||
|
|
|
@ -162,7 +162,7 @@ target_link_libraries(
|
|||
PUBLIC index
|
||||
|
||||
# s3
|
||||
cos_c_sdk
|
||||
cos_c_sdk_static
|
||||
${APR_UTIL_LIBRARY}
|
||||
${APR_LIBRARY}
|
||||
${MINIXML_LIBRARY}
|
||||
|
|
Loading…
Reference in New Issue