[Cmake-commits] CMake branch, next, updated. v3.4.0-rc1-451-g4abdfa3

Brad King brad.king at kitware.com
Mon Oct 12 10:44:31 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  4abdfa32f1f2fd6691f6770e581ef4e57c91d0a0 (commit)
       via  5225e0048c2b734eba7b03e396f89e74214daa66 (commit)
      from  248c10f6987ad3ae672ba1b2c8b060283ae520be (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4abdfa32f1f2fd6691f6770e581ef4e57c91d0a0
commit 4abdfa32f1f2fd6691f6770e581ef4e57c91d0a0
Merge: 248c10f 5225e00
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 12 10:44:30 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 12 10:44:30 2015 -0400

    Merge topic 'FindPostgreSQL-v9.5' into next
    
    5225e004 FindPostgreSQL: Search for version 9.5


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5225e0048c2b734eba7b03e396f89e74214daa66
commit 5225e0048c2b734eba7b03e396f89e74214daa66
Author:     Tamar Kranenburg <info at takar.nl>
AuthorDate: Sat Oct 10 21:25:55 2015 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Oct 12 10:43:52 2015 -0400

    FindPostgreSQL: Search for version 9.5

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

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindPostgreSQL.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list