Crypto target properties when building static libs
This commit is contained in:
parent
b10a3363df
commit
8fdc5252cc
@ -983,7 +983,6 @@ target_include_directories(crypto
|
||||
PUBLIC
|
||||
../include)
|
||||
|
||||
if (BUILD_SHARED_LIBS)
|
||||
export_symbol(crypto ${CMAKE_CURRENT_BINARY_DIR}/crypto_p.sym)
|
||||
target_link_libraries(crypto ${PLATFORM_LIBS})
|
||||
if (WIN32)
|
||||
@ -994,7 +993,6 @@ if (BUILD_SHARED_LIBS)
|
||||
ARCHIVE_OUTPUT_NAME crypto${CRYPTO_POSTFIX})
|
||||
set_target_properties(crypto PROPERTIES VERSION
|
||||
${CRYPTO_VERSION} SOVERSION ${CRYPTO_MAJOR_VERSION})
|
||||
endif()
|
||||
|
||||
if(ENABLE_LIBRESSL_INSTALL)
|
||||
install(
|
||||
|
Loading…
x
Reference in New Issue
Block a user