Change FindPostgreSQL patch to use WARNING instead of SEND_ERROR to allow tests to pass
This commit is contained in:
parent
d36d5aa181
commit
6afad27c1a
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user