changeset 149:df15112ed5a0

fix build with PostgreSQL 10.0
author jodogne
date Mon, 16 Oct 2017 09:16:35 +0200 (2017-10-16)
parents 0ca5a383a830
children 5611e6b1ec14
files Resources/CMake/FindPostgreSQL.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/CMake/FindPostgreSQL.cmake	Fri Aug 25 11:06:33 2017 +0200
+++ b/Resources/CMake/FindPostgreSQL.cmake	Mon Oct 16 09:16:35 2017 +0200
@@ -75,7 +75,7 @@
 
 
 set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
-    "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
+    "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 )