[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4071-g26a4558

Daniele E. Domenichelli daniele.domenichelli at gmail.com
Tue Sep 3 09:12:51 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  26a455840b3b40179314c50b0d04c31002cd34ee (commit)
       via  ac92d75c21470abaad042b43e4972733dfba76c5 (commit)
      from  7a9a80fc9a574964a9df6470a173a8a1798d5f3a (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=26a455840b3b40179314c50b0d04c31002cd34ee
commit 26a455840b3b40179314c50b0d04c31002cd34ee
Merge: 7a9a80f ac92d75
Author:     Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
AuthorDate: Tue Sep 3 09:12:47 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 3 09:12:47 2013 -0400

    Merge topic 'FindGTK2-quiet' into next
    
    ac92d75 FindGTK2: Fix commit 1e18051f687836052479b70f28c520a5e0626dd7


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ac92d75c21470abaad042b43e4972733dfba76c5
commit ac92d75c21470abaad042b43e4972733dfba76c5
Author:     Daniele E. Domenichelli <daniele.domenichelli at iit.it>
AuthorDate: Tue Sep 3 15:09:17 2013 +0200
Commit:     Daniele E. Domenichelli <daniele.domenichelli at iit.it>
CommitDate: Tue Sep 3 15:09:17 2013 +0200

    FindGTK2: Fix commit 1e18051f687836052479b70f28c520a5e0626dd7

diff --git a/Modules/FindGTK2.cmake b/Modules/FindGTK2.cmake
index 8ad0b51..316a2da 100644
--- a/Modules/FindGTK2.cmake
+++ b/Modules/FindGTK2.cmake
@@ -587,7 +587,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
 foreach(_GTK2_component ${GTK2_FIND_COMPONENTS})
     string(TOUPPER ${_GTK2_component} _COMPONENT_UPPER)
 
-    set(GTK2_${_COMPONENT_UPPER}_FIND_QUIETLY GTK2_FIND_QUIETLY)
+    set(GTK2_${_COMPONENT_UPPER}_FIND_QUIETLY ${GTK2_FIND_QUIETLY})
 
     if(_GTK2_component STREQUAL "gtk")
         FIND_PACKAGE_HANDLE_STANDARD_ARGS(GTK2_${_COMPONENT_UPPER} "Some or all of the gtk libraries were not found."

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list