diff options
author | Philip Lowman <philip@yhbt.com> | 2012-10-03 09:03:53 (GMT) |
---|---|---|
committer | Philip Lowman <philip@yhbt.com> | 2012-10-03 09:03:53 (GMT) |
commit | 0594bee578fbe017f8ef194557b4cddfa12b7dae (patch) | |
tree | 36f34d2cd6be5caca6b161659ceee39cd5f0b483 /Modules/FindGTK2.cmake | |
parent | 8093f6cedea37b488a1e7f61bc363e149fa43428 (diff) | |
download | CMake-0594bee578fbe017f8ef194557b4cddfa12b7dae.zip CMake-0594bee578fbe017f8ef194557b4cddfa12b7dae.tar.gz CMake-0594bee578fbe017f8ef194557b4cddfa12b7dae.tar.bz2 |
FindGTK2: Update local changelog
Diffstat (limited to 'Modules/FindGTK2.cmake')
-rw-r--r-- | Modules/FindGTK2.cmake | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Modules/FindGTK2.cmake b/Modules/FindGTK2.cmake index b9be78a..517a9ac 100644 --- a/Modules/FindGTK2.cmake +++ b/Modules/FindGTK2.cmake @@ -54,7 +54,7 @@ #============================================================================= # Copyright 2009 Kitware, Inc. -# Copyright 2008-2009 Philip Lowman <philip@yhbt.com> +# Copyright 2008-2012 Philip Lowman <philip@yhbt.com> # # Distributed under the OSI-approved BSD License (the "License"); # see accompanying file Copyright.txt for details. @@ -66,10 +66,13 @@ # (To distribute this file outside of CMake, substitute the full # License text for the above reference.) +# 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 +# multiarch systems. # Version 1.3 (11/9/2010) (CMake 2.8.4) # * 11429: Add support for detecting GTK2 built with Visual Studio 10. # Thanks to Vincent Levesque for the patch. - # Version 1.2 (8/30/2010) (CMake 2.8.3) # * Merge patch for detecting gdk-pixbuf library (split off # from core GTK in 2.21). Thanks to Vincent Untz for the patch |