[Cmake-commits] CMake branch, next, updated. v2.8.12-3667-g4c76f79

Brad King brad.king at kitware.com
Tue Oct 8 10:48:14 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  4c76f7909f5015dfc025726a83b0517632f72288 (commit)
       via  465aaa0fd7b1ea0cebb154cb4ab77d60d264ab45 (commit)
      from  47465254bad0794ba5eb34dab78200ef7bc251fd (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=4c76f7909f5015dfc025726a83b0517632f72288
commit 4c76f7909f5015dfc025726a83b0517632f72288
Merge: 4746525 465aaa0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 8 10:48:12 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 8 10:48:12 2013 -0400

    Merge topic 'FindGTK2-targets' into next
    
    465aaa0 FindGTK2: Drop debugging message when a target dependency is missing


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=465aaa0fd7b1ea0cebb154cb4ab77d60d264ab45
commit 465aaa0fd7b1ea0cebb154cb4ab77d60d264ab45
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 8 10:44:26 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Oct 8 10:44:26 2013 -0400

    FindGTK2: Drop debugging message when a target dependency is missing

diff --git a/Modules/FindGTK2.cmake b/Modules/FindGTK2.cmake
index 500cec7..9d8c41b 100644
--- a/Modules/FindGTK2.cmake
+++ b/Modules/FindGTK2.cmake
@@ -463,7 +463,7 @@ function(_GTK2_ADD_TARGET _var)
         # Do not create the target if dependencies are missing
         foreach(_dep ${_${_var}_GTK2_DEPENDS})
             if(NOT TARGET GTK2::${_dep})
-                message(WARNING "FindGTK2: target GTK2::${_dep} not found while creating target GTK2::${_basename}")
+                return()
             endif()
         endforeach()
 

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

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