mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-24 07:21:30 +01:00
Fix CMakeLitst.txt in Data/PostgreSQL for enabling testsuits (#2519)
This commit is contained in:
parent
5d77b3f945
commit
f36e246063
@ -27,6 +27,6 @@ target_include_directories(DataPostgreSQL
|
|||||||
POCO_INSTALL(DataPostgreSQL)
|
POCO_INSTALL(DataPostgreSQL)
|
||||||
POCO_GENERATE_PACKAGE(DataPostgreSQL)
|
POCO_GENERATE_PACKAGE(DataPostgreSQL)
|
||||||
|
|
||||||
if (POCO_ENABLE_TESTS)
|
if (ENABLE_TESTS)
|
||||||
add_subdirectory(testsuite)
|
add_subdirectory(testsuite)
|
||||||
endif ()
|
endif ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user