diff --git a/cmake-FindPostgreSQL.patch b/cmake-FindPostgreSQL.patch index 213eb14..27315f0 100644 --- a/cmake-FindPostgreSQL.patch +++ b/cmake-FindPostgreSQL.patch @@ -36,7 +36,7 @@ -) +macro (fail_if) + if (${ARGV}) -+ message (SEND_ERROR "Couldn't determine PostgreSQL configuration.") ++ message (WARNING "Couldn't determine PostgreSQL configuration.") + unset (PostgreSQL_CONFIG_DIR) + break () + endif ()