diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 95134421..faa70200 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,6 +1,6 @@ include_directories(.) -find_package(Qt6 COMPONENTS Test) +find_package(Qt6 QUIET COMPONENTS Test) if(NOT Qt6_FOUND) find_package(Qt5 REQUIRED COMPONENTS Test) endif() |
