cmake build refactor
All checks were successful
BlockStorage/repertory_osx/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory_osx/pipeline/head This commit looks good
This commit is contained in:
@@ -28,16 +28,9 @@ ExternalProject_Add(openssl_project
|
||||
INSTALL_COMMAND make install
|
||||
)
|
||||
|
||||
if (MACOS)
|
||||
set(OPENSSL_LIBRARIES
|
||||
${EXTERNAL_BUILD_ROOT}/lib/libssl.a
|
||||
${EXTERNAL_BUILD_ROOT}/lib/libcrypto.a
|
||||
)
|
||||
else()
|
||||
set(OPENSSL_LIBRARIES
|
||||
libssl.a
|
||||
libcrypto.a
|
||||
)
|
||||
endif()
|
||||
set(OPENSSL_LIBRARIES
|
||||
${EXTERNAL_BUILD_ROOT}/lib/libssl.a
|
||||
${EXTERNAL_BUILD_ROOT}/lib/libcrypto.a
|
||||
)
|
||||
|
||||
add_dependencies(openssl_project zlib_project)
|
||||
|
Reference in New Issue
Block a user