mirror of
https://github.com/reactos/CMake.git
synced 2024-12-01 07:20:22 +00:00
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.
This commit is contained in:
parent
a9a48ff9f4
commit
a3170c8b0c
@ -263,7 +263,7 @@ if(BUILD_TESTING)
|
|||||||
list(APPEND TEST_BUILD_DIRS ${CMake_TEST_INSTALL_PREFIX})
|
list(APPEND TEST_BUILD_DIRS ${CMake_TEST_INSTALL_PREFIX})
|
||||||
|
|
||||||
if(NOT QT4_FOUND)
|
if(NOT QT4_FOUND)
|
||||||
find_package(Qt4)
|
find_package(Qt4 QUIET)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(QT4_FOUND)
|
if(QT4_FOUND)
|
||||||
|
Loading…
Reference in New Issue
Block a user