summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorTamar Kranenburg <info@takar.nl>2015-05-30 15:17:47 +0200
committerBrad King <brad.king@kitware.com>2015-06-01 10:47:02 -0400
commitcc3aee048c7bfee40cca43257e66140f158f032a (patch)
tree62f9321cf43ed5bf5f8c1df30f92e1dba1a416a0 /Modules
parent6a2851a1449eea9c42d6482c242fb0ca0ba01b12 (diff)
downloadcmake-cc3aee048c7bfee40cca43257e66140f158f032a.tar.gz
FindPostgreSQL: Search for versions 9.2, 9.3, and 9.4
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindPostgreSQL.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake
index a3ecebd5e3..b0af817204 100644
--- a/Modules/FindPostgreSQL.cmake
+++ b/Modules/FindPostgreSQL.cmake
@@ -39,7 +39,7 @@
# In Windows the default installation of PostgreSQL uses that as part of the path.
# E.g C:\Program Files\PostgreSQL\8.4.
# Currently, the following version numbers are known to this module:
-# "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0"
+# "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0"
#
# To use this variable just do something like this:
# set(PostgreSQL_ADDITIONAL_VERSIONS "9.2" "8.4.4")
@@ -83,7 +83,7 @@ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to wher
set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
- "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
+ "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 )