summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-07 19:45:11 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-07 19:45:11 (GMT)
commitb41f2dd7d2baddd2d02d4e167121337d1f171d06 (patch)
tree7be38c2a82d5cfd4959b26c8d0465ea813435aa6
parent4e1368c1a02e26464c94a5aa23a8ec3b27755775 (diff)
parenta3170c8b0cac0f831b9e23dbb7d2e6d0c69677ea (diff)
downloadCMake-b41f2dd7d2baddd2d02d4e167121337d1f171d06.zip
CMake-b41f2dd7d2baddd2d02d4e167121337d1f171d06.tar.gz
CMake-b41f2dd7d2baddd2d02d4e167121337d1f171d06.tar.bz2
Merge topic 'test-Qt4-quiet'
a3170c8 Tests: Make find_package(Qt4) QUIET
-rw-r--r--Tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index a5ad58c..7b0727a 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)