Git commit 54b2bcfb2ff1af6e7cbf7bdd60aef3d7c50b2785 by Pino Toscano. Committed on 22/05/2018 at 16:48. Pushed by pino into branch '3.1'. cmake: find PostgreSQL 11 M +1 -1 cmake/modules/FindPostgreSQL.cmake https://commits.kde.org/kexi/54b2bcfb2ff1af6e7cbf7bdd60aef3d7c50b2785 diff --git a/cmake/modules/FindPostgreSQL.cmake b/cmake/modules/FindPostgre= SQL.cmake index 039c38000..56e6e56e8 100644 --- a/cmake/modules/FindPostgreSQL.cmake +++ b/cmake/modules/FindPostgreSQL.cmake @@ -86,7 +86,7 @@ set(PostgreSQL_LIBRARY_DIR_MESSAGE "Set the PostgreSQL_LI= BRARY_DIR cmake cache e set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable t= o where PostgreSQL is found on the machine E.g C:/Program Files/PostgreSQL/= 8.4") = 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. foreach (suffix ${PostgreSQL_KNOWN_VERSIONS} )