[Cmake-commits] CMake branch, next, updated. v2.8.9-144-gfd7fa92

Philip Lowman philip at yhbt.com
Sat Aug 18 17:59: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  fd7fa92fb1e2d7dd87c526a1855acf34b01bf41c (commit)
       via  ad30210ccf4c8d17ef4d3f01a2094b5dc5e020d7 (commit)
       via  ea2fcabbaf424d5270243f6e69a4093e07c43b00 (commit)
      from  69fa443a58699281437577b4ba3a037592ed158a (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=fd7fa92fb1e2d7dd87c526a1855acf34b01bf41c
commit fd7fa92fb1e2d7dd87c526a1855acf34b01bf41c
Merge: 69fa443 ad30210
Author:     Philip Lowman <philip at yhbt.com>
AuthorDate: Sat Aug 18 17:59:51 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Aug 18 17:59:51 2012 -0400

    Merge topic 'FindGTK2_12306' into next
    
    ad30210 FindGTK2: Add GTK2_CAIROMMCONFIG_INCLUDE_DIR for cairommconfig.h
    ea2fcab CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ad30210ccf4c8d17ef4d3f01a2094b5dc5e020d7
commit ad30210ccf4c8d17ef4d3f01a2094b5dc5e020d7
Author:     Philip Lowman <philip at yhbt.com>
AuthorDate: Sat Aug 18 17:56:46 2012 -0400
Commit:     Philip Lowman <philip at yhbt.com>
CommitDate: Sat Aug 18 17:56:46 2012 -0400

    FindGTK2: Add GTK2_CAIROMMCONFIG_INCLUDE_DIR for cairommconfig.h

diff --git a/Modules/FindGTK2.cmake b/Modules/FindGTK2.cmake
index d10b419..05fe509 100644
--- a/Modules/FindGTK2.cmake
+++ b/Modules/FindGTK2.cmake
@@ -469,6 +469,7 @@ foreach(_GTK2_component ${GTK2_FIND_COMPONENTS})
         _GTK2_FIND_LIBRARY    (GTK2_GTKMM_LIBRARY gtkmm true true)
 
         _GTK2_FIND_INCLUDE_DIR(GTK2_CAIROMM_INCLUDE_DIR cairomm/cairomm.h)
+        _GTK2_FIND_INCLUDE_DIR(GTK2_CAIROMMCONFIG_INCLUDE_DIR cairommconfig.h)
         _GTK2_FIND_LIBRARY    (GTK2_CAIROMM_LIBRARY cairomm true true)
 
         _GTK2_FIND_INCLUDE_DIR(GTK2_PANGOMM_INCLUDE_DIR pangomm.h)

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

Summary of changes:
 Modules/FindGTK2.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