Fix CMakeLitst.txt in Data/PostgreSQL for enabling testsuits (#2519)

This commit is contained in:
Aleksmia 2018-10-29 15:40:30 +03:00 committed by Aleksandar Fabijanic
parent 5d77b3f945
commit f36e246063

View File

@ -27,6 +27,6 @@ target_include_directories(DataPostgreSQL
POCO_INSTALL(DataPostgreSQL)
POCO_GENERATE_PACKAGE(DataPostgreSQL)
if (POCO_ENABLE_TESTS)
if (ENABLE_TESTS)
add_subdirectory(testsuite)
endif ()