[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4103-ga3f2be5

Daniele E. Domenichelli daniele.domenichelli at gmail.com
Mon Sep 9 13:22:16 EDT 2013


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  a3f2be517cda000cd608b99cebf7f1e2b82b58a5 (commit)
       via  7de465b7ef3aa61846d9c949357373058820614d (commit)
      from  6ab8da837836b2d70f12882258038eac521ae5e8 (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=a3f2be517cda000cd608b99cebf7f1e2b82b58a5
commit a3f2be517cda000cd608b99cebf7f1e2b82b58a5
Merge: 6ab8da8 7de465b
Author:     Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
AuthorDate: Mon Sep 9 13:22:11 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 9 13:22:11 2013 -0400

    Merge topic 'FindGTK2-targets' into next
    
    7de465b FindGTK2: Fail if freetype include directories are not found


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7de465b7ef3aa61846d9c949357373058820614d
commit 7de465b7ef3aa61846d9c949357373058820614d
Author:     Daniele E. Domenichelli <daniele.domenichelli at iit.it>
AuthorDate: Mon Sep 9 19:20:51 2013 +0200
Commit:     Daniele E. Domenichelli <daniele.domenichelli at iit.it>
CommitDate: Mon Sep 9 19:20:56 2013 +0200

    FindGTK2: Fail if freetype include directories are not found

diff --git a/Modules/FindGTK2.cmake b/Modules/FindGTK2.cmake
index 738e022..a9f0d6e 100644
--- a/Modules/FindGTK2.cmake
+++ b/Modules/FindGTK2.cmake
@@ -760,6 +760,9 @@ foreach(_GTK2_component ${GTK2_FIND_COMPONENTS})
             GTK2_GLIB_INCLUDE_DIR
             GTK2_GLIBCONFIG_INCLUDE_DIR
             GTK2_GLIB_LIBRARY
+
+            FREETYPE_INCLUDE_DIR_ft2build
+            FREETYPE_INCLUDE_DIR_freetype2
         )
     elseif(_GTK2_component STREQUAL "gtkmm")
         FIND_PACKAGE_HANDLE_STANDARD_ARGS(GTK2_${_COMPONENT_UPPER} "Some or all of the gtkmm libraries were not found."

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list