[Cmake-commits] CMake branch, next, updated. v2.8.9-1100-g52ae0e3

Rolf Eike Beer eike at sf-mail.de
Mon Oct 15 15:32:52 EDT 2012


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  52ae0e305096b888cc2bcb61ef849a1e5414a671 (commit)
       via  4cbc1e5682e744a5b6255dfa4aac0b99b33e1425 (commit)
       via  0e903942e79b8f2068c3622a5b402c599860cd8f (commit)
       via  e0e190c2d0255784b7fd29d6ce30ae33c02a0d1d (commit)
      from  95061084ebc03d5902587f48a32dd03fd198c99b (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=52ae0e305096b888cc2bcb61ef849a1e5414a671
commit 52ae0e305096b888cc2bcb61ef849a1e5414a671
Merge: 9506108 4cbc1e5
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Mon Oct 15 15:32:51 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 15 15:32:51 2012 -0400

    Merge topic 'fix-postgres-debian' into next
    
    4cbc1e5 Find PostgreSQL headers on Debian
    0e90394 CMake Nightly Date Stamp
    e0e190c CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4cbc1e5682e744a5b6255dfa4aac0b99b33e1425
commit 4cbc1e5682e744a5b6255dfa4aac0b99b33e1425
Author:     Pere Nubiola i Radigales <pere at nubiola.cat>
AuthorDate: Mon Oct 15 21:28:13 2012 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Mon Oct 15 21:28:20 2012 +0200

    Find PostgreSQL headers on Debian
    
    Fixes Debian bug 665721 (http://bugs.debian.org/665721)

diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake
index 6a1d349..e3c898b 100644
--- a/Modules/FindPostgreSQL.cmake
+++ b/Modules/FindPostgreSQL.cmake
@@ -111,6 +111,7 @@ find_path(PostgreSQL_TYPE_INCLUDE_DIR
    # Look in other places.
    ${PostgreSQL_ROOT_DIRECTORIES}
   PATH_SUFFIXES
+    postgresql
     pgsql/server
     postgresql/server
     include/server

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

Summary of changes:
 Modules/FindPostgreSQL.cmake |    1 +
 Source/CMakeVersion.cmake    |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list