mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 00:31:10 +01:00
trunk" cmake fix for openssl
This commit is contained in:
parent
4e26485542
commit
a3a9b10b5e
@ -2,7 +2,7 @@ set(LIBNAME "PocoCrypto")
|
||||
set(LIBNAME "${LIBNAME}${LIB_EXT}")
|
||||
|
||||
aux_source_directory(src SRCS)
|
||||
|
||||
add_definitions(-D_USRDLL -DCrypto_EXPORTS)
|
||||
include_directories( include)
|
||||
|
||||
add_library( ${LIBNAME} ${LIB_MODE} ${SRCS} )
|
||||
|
Loading…
Reference in New Issue
Block a user