diff options
author | Daniele E. Domenichelli <daniele.domenichelli@iit.it> | 2013-07-25 16:44:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-07-29 13:40:58 (GMT) |
commit | a874142987e90393393351237d7e84daaf004a11 (patch) | |
tree | 4a31ece051567e69c5de5a275c2784559d68b2f9 | |
parent | cd2d9c739cb1acfbe4d3f58786a258ab84343142 (diff) | |
download | CMake-a874142987e90393393351237d7e84daaf004a11.zip CMake-a874142987e90393393351237d7e84daaf004a11.tar.gz CMake-a874142987e90393393351237d7e84daaf004a11.tar.bz2 |
FindGTK2: Update local changelog
-rw-r--r-- | Modules/FindGTK2.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Modules/FindGTK2.cmake b/Modules/FindGTK2.cmake index 0f63d7a..c1d1cc1 100644 --- a/Modules/FindGTK2.cmake +++ b/Modules/FindGTK2.cmake @@ -67,6 +67,15 @@ # (To distribute this file outside of CMake, substitute the full # License text for the above reference.) +# Version 1.5 (UNRELEASED) (CMake 2.8.12) +# * 14236: Detect gthread library +# Detect pangocairo on windows +# Detect pangocairo with gtk module instead of with gtkmm +# * 14259: Use vc100 libraries with MSVC11 +# * 14260: Export a GTK2_DEFINITIONS variable to set /vd2 when appropriate +# (i.e. MSVC) +# * Use the optimized/debug syntax for _LIBRARY and _LIBRARIES variables when +# appropriate. A new set of _RELEASE variables was also added. # Version 1.4 (10/4/2012) (CMake 2.8.10) # * 12596: Missing paths for FindGTK2 on NetBSD # * 12049: Fixed detection of GTK include files in the lib folder on |