[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4422-g805f9c9

Brad King brad.king at kitware.com
Thu Oct 3 13:16:15 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  805f9c9e5c5fa849a43f0a8fc8f99b8886ca2a34 (commit)
       via  a3170c8b0cac0f831b9e23dbb7d2e6d0c69677ea (commit)
      from  80d3738bcf4797b7b3286d4b66ac5648fc2d196e (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=805f9c9e5c5fa849a43f0a8fc8f99b8886ca2a34
commit 805f9c9e5c5fa849a43f0a8fc8f99b8886ca2a34
Merge: 80d3738 a3170c8
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 3 13:16:02 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 3 13:16:02 2013 -0400

    Merge topic 'test-Qt4-quiet' into next
    
    a3170c8 Tests: Make find_package(Qt4) QUIET


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a3170c8b0cac0f831b9e23dbb7d2e6d0c69677ea
commit a3170c8b0cac0f831b9e23dbb7d2e6d0c69677ea
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 3 13:10:31 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Oct 3 13:12:07 2013 -0400

    Tests: Make find_package(Qt4) QUIET
    
    The lack of Qt4 on a system should silently skip the corresponding tests
    with no other messages.  This is already the case for other find_package
    calls in Tests/CMakeLists.txt.

diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 9c3ed59..a0b450e 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -263,7 +263,7 @@ if(BUILD_TESTING)
   list(APPEND TEST_BUILD_DIRS ${CMake_TEST_INSTALL_PREFIX})
 
   if(NOT QT4_FOUND)
-    find_package(Qt4)
+    find_package(Qt4 QUIET)
   endif()
 
   if(QT4_FOUND)

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

Summary of changes:
 Tests/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list