mirror of
https://github.com/pocoproject/poco.git
synced 2026-01-12 00:04:54 +08:00
fix(Data):
adjust make and CMake for SQLParser and DataTest lib separate samples from tests in CMake remove unused StatementImpl from Data testsuite
This commit is contained in:
@@ -32,9 +32,12 @@ target_include_directories(NetSSLWin
|
||||
POCO_INSTALL(NetSSLWin)
|
||||
POCO_GENERATE_PACKAGE(NetSSLWin)
|
||||
|
||||
if(ENABLE_TESTS)
|
||||
if(ENABLE_SAMPLES)
|
||||
#TODO: Looks like the samples use crypto somehow?
|
||||
#add_subdirectory(samples)
|
||||
endif()
|
||||
|
||||
if(ENABLE_TESTS)
|
||||
#add_subdirectory(testsuite)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user