mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-21 10:05:02 +01:00
Remove NetSSL from crypto test dependencies.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
8d1a832bc1
commit
abfb94cd0d
@ -18,7 +18,7 @@ POCO_SOURCES_AUTO_PLAT( TEST_SRCS WINCE
|
||||
|
||||
add_executable( ${TESTUNIT} ${TEST_SRCS} )
|
||||
add_test(NAME ${LIBNAME} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} COMMAND ${TESTUNIT} -all)
|
||||
target_link_libraries( ${TESTUNIT} PocoCrypto PocoNetSSL PocoXML PocoUtil PocoFoundation CppUnit )
|
||||
target_link_libraries( ${TESTUNIT} PocoCrypto PocoXML PocoUtil PocoFoundation CppUnit )
|
||||
if(UNIX)
|
||||
target_link_libraries( ${TESTUNIT} pthread)
|
||||
endif(UNIX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user