diff options
author | Tamar Kranenburg <info@takar.nl> | 2015-10-10 19:25:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-12 14:43:52 (GMT) |
commit | 5225e0048c2b734eba7b03e396f89e74214daa66 (patch) | |
tree | 5fa006e3aed4a532aaebfde808d709ea129c0374 | |
parent | 679a5d2185b15dcd0ff73f7c1c2d7d527c53de53 (diff) | |
download | CMake-5225e0048c2b734eba7b03e396f89e74214daa66.zip CMake-5225e0048c2b734eba7b03e396f89e74214daa66.tar.gz CMake-5225e0048c2b734eba7b03e396f89e74214daa66.tar.bz2 |
FindPostgreSQL: Search for version 9.5
-rw-r--r-- | Modules/FindPostgreSQL.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake index 3ce2c73..d05d3da 100644 --- a/Modules/FindPostgreSQL.cmake +++ b/Modules/FindPostgreSQL.cmake @@ -81,7 +81,7 @@ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to wher 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.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. set( PostgreSQL_ROOT_DIRECTORIES |