kdb-3.2.0-cmake-pg12.patch 1.1 KB

12345678910111213141516171819202122232425
  1. From 6bba3130f8968abb2e904bda1e8b59f83dd43bdc Mon Sep 17 00:00:00 2001
  2. From: Pino Toscano <pino@kde.org>
  3. Date: Sat, 25 May 2019 06:59:44 +0200
  4. Subject: cmake: find PostgreSQL 12
  5. ---
  6. cmake/modules/FindPostgreSQL.cmake | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/cmake/modules/FindPostgreSQL.cmake b/cmake/modules/FindPostgreSQL.cmake
  9. index 8ec30db..74e6f6b 100644
  10. --- a/cmake/modules/FindPostgreSQL.cmake
  11. +++ b/cmake/modules/FindPostgreSQL.cmake
  12. @@ -86,7 +86,7 @@ set(PostgreSQL_LIBRARY_DIR_MESSAGE "Set the PostgreSQL_LIBRARY_DIR cmake cache e
  13. set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to where PostgreSQL is found on the machine E.g C:/Program Files/PostgreSQL/8.4")
  14. set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
  15. - "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")
  16. + "12" "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")
  17. # Define additional search paths for root directories.
  18. foreach (suffix ${PostgreSQL_KNOWN_VERSIONS} )
  19. --
  20. cgit v1.1