# HG changeset patch # User Sebastien Jodogne # Date 1540724871 -3600 # Node ID 0ff0ad51181dba517267faee47daceb36a7eb1ee # Parent f4d5c2c70f98a5cf3e77809a04a217191f1feea2 fix build with postgresql-11 diff -r f4d5c2c70f98 -r 0ff0ad51181d Resources/CMake/FindPostgreSQL.cmake --- a/Resources/CMake/FindPostgreSQL.cmake Tue Sep 04 08:56:42 2018 +0200 +++ b/Resources/CMake/FindPostgreSQL.cmake Sun Oct 28 12:07:51 2018 +0100 @@ -75,7 +75,7 @@ set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS} - "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0") + "11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0") # Define additional search paths for root directories. if ( WIN32 )