1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Fix to find the development headers for PostgreSQL 9.6
Author: Sebastien Jodogne <s.jodogne@gmail.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: OrthancPostgreSQL-2.0/Resources/CMake/FindPostgreSQL.cmake
===================================================================
--- OrthancPostgreSQL-2.0.orig/Resources/CMake/FindPostgreSQL.cmake
+++ OrthancPostgreSQL-2.0/Resources/CMake/FindPostgreSQL.cmake
@@ -75,7 +75,7 @@ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the
set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
- "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 )
|