From 24ae45fb0c9068a1798eb8c5c5d49b5f2639b145 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 13 Nov 2019 08:41:43 -0500 Subject: FindPostgreSQL: also search for libraries in the MacPorts suffix --- Modules/FindPostgreSQL.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'Modules/FindPostgreSQL.cmake') diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake index cfa4ebce9f..10a838b16a 100644 --- a/Modules/FindPostgreSQL.cmake +++ b/Modules/FindPostgreSQL.cmake @@ -105,6 +105,7 @@ foreach(suffix ${PostgreSQL_KNOWN_VERSIONS}) endif() if(UNIX) list(APPEND PostgreSQL_LIBRARY_ADDITIONAL_SEARCH_SUFFIXES + "postgresql${suffix}" "pgsql-${suffix}/lib") list(APPEND PostgreSQL_INCLUDE_ADDITIONAL_SEARCH_SUFFIXES "postgresql${suffix}" -- cgit v1.2.1