diff options
author | Brad King <brad.king@kitware.com> | 2010-09-01 12:42:18 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-09-01 12:42:18 (GMT) |
commit | 8e762217546ecbb17b94a13f5b392423fad4127c (patch) | |
tree | ed0da4deb40f0cea10fe803e2db816f5cbc60e7f | |
parent | 4948536d610b213a536ef739e6d6ee1900d8afa5 (diff) | |
parent | 78289320dd40065864666432e0f7527e9b637157 (diff) | |
download | CMake-8e762217546ecbb17b94a13f5b392423fad4127c.zip CMake-8e762217546ecbb17b94a13f5b392423fad4127c.tar.gz CMake-8e762217546ecbb17b94a13f5b392423fad4127c.tar.bz2 |
Merge topic 'FindGTK2_10688'
7828932 10688: FindGTK2.cmake doesn't auto-detect macports
-rw-r--r-- | Modules/FindGTK2.cmake | 6 |
1 files changed, 5 insertions, 1 deletions
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 |