We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dc650 commit 592da42Copy full SHA for 592da42
cmake/ext/pdo_pgsql/CMakeLists.txt
@@ -85,7 +85,7 @@ set_package_properties(
85
86
target_link_libraries(php_ext_pdo_pgsql PUBLIC PostgreSQL::PostgreSQL)
87
88
-# Sanity check.
+# Check PostgreSQL library (libpq) features.
89
if(TARGET PostgreSQL::PostgreSQL)
90
cmake_push_check_state(RESET)
91
set(CMAKE_REQUIRED_LIBRARIES PostgreSQL::PostgreSQL)
cmake/ext/pgsql/CMakeLists.txt
@@ -84,6 +84,7 @@ set_package_properties(
84
target_link_libraries(php_ext_pgsql PUBLIC PostgreSQL::PostgreSQL)
0 commit comments