diff --git a/Data/PostgreSQL/CMakeLists.txt b/Data/PostgreSQL/CMakeLists.txt index 771173d1e..6324fba28 100644 --- a/Data/PostgreSQL/CMakeLists.txt +++ b/Data/PostgreSQL/CMakeLists.txt @@ -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 ()