[Cmake-commits] CMake branch, next, updated. v2.8.2-543-g7485a2c

Philip Lowman philip at yhbt.com
Thu Aug 26 00:17:37 EDT 2010


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  7485a2c94938a83187ea938ac6ebb690f7990abf (commit)
       via  78289320dd40065864666432e0f7527e9b637157 (commit)
      from  5cb07af0601286e1ab18a2208cb7ae07d2aaa411 (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=7485a2c94938a83187ea938ac6ebb690f7990abf
commit 7485a2c94938a83187ea938ac6ebb690f7990abf
Merge: 5cb07af 7828932
Author:     Philip Lowman <philip at yhbt.com>
AuthorDate: Thu Aug 26 00:17:35 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 26 00:17:35 2010 -0400

    Merge topic 'FindGTK2_10688' into next
    
    7828932 10688: FindGTK2.cmake doesn't auto-detect macports


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=78289320dd40065864666432e0f7527e9b637157
commit 78289320dd40065864666432e0f7527e9b637157
Author:     Philip Lowman <philip at yhbt.com>
AuthorDate: Thu Aug 19 22:03:44 2010 -0400
Commit:     Philip Lowman <philip at yhbt.com>
CommitDate: Thu Aug 19 22:05:05 2010 -0400

    10688: FindGTK2.cmake doesn't auto-detect macports

diff --git a/Modules/FindGTK2.cmake b/Modules/FindGTK2.cmake
index 3b99ae2..4f341e7 100644
--- a/Modules/FindGTK2.cmake
+++ b/Modules/FindGTK2.cmake
@@ -66,7 +66,9 @@
 # (To distribute this file outside of CMake, substitute the full
 #  License text for the above reference.)
 
-# Version 1.0 (8/12/2010)
+# Version 1.1 (8/19/2010) (CMake 2.8.3)
+#   * Add support for detecting GTK2 under macports (thanks to Gary Kramlich)
+# Version 1.0 (8/12/2010) (CMake 2.8.3)
 #   * Add support for detecting new pangommconfig.h header file
 #     (Thanks to Sune Vuorela & the Debian Project for the patch)
 #   * Add support for detecting fontconfig.h header
@@ -184,6 +186,8 @@ function(_GTK2_FIND_INCLUDE_DIR _var _hdr)
             /usr/openwin/lib
             /sw/include
             /sw/lib
+            /opt/local/include
+            /opt/local/lib
             $ENV{GTKMM_BASEPATH}/include
             $ENV{GTKMM_BASEPATH}/lib
             [HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]/include

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

Summary of changes:
 Modules/FindGTK2.cmake |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list