mirror of
https://github.com/reactos/CMake.git
synced 2025-02-09 21:32:13 +00:00
Merge topic 'test-Qt4-quiet'
a3170c8 Tests: Make find_package(Qt4) QUIET
This commit is contained in:
commit
b41f2dd7d2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user