mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 11:01:20 +01:00
committed by
Aleksandar Fabijanic
parent
88634c0c1e
commit
7a172f9d2d
@@ -60,7 +60,7 @@ endif(ENABLE_DATA_MYSQL)
|
||||
if(ENABLE_DATA_POSTGRESQL)
|
||||
find_package(PostgreSQL)
|
||||
if(POSTGRESQL_FOUND)
|
||||
include_directories("${POSTGRESQL_INCLUDE_DIR}")
|
||||
include_directories("${PostgreSQL_INCLUDE_DIR}")
|
||||
if(POCO_VERBOSE_MESSAGES)
|
||||
message(STATUS "PostgreSQL Support Enabled")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user