changeset 106:ac9bb4a5441d

Fix to find the development headers for PostgreSQL 9.6
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Oct 2016 10:51:41 +0200
parents 6a768d3b4c61
children c3a0be6be7ba
files Resources/CMake/FindPostgreSQL.cmake
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Resources/CMake/FindPostgreSQL.cmake	Wed Sep 07 09:17:25 2016 +0200
+++ b/Resources/CMake/FindPostgreSQL.cmake	Mon Oct 03 10:51:41 2016 +0200
@@ -75,7 +75,7 @@
 
 
 set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
-    "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
+    "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 )