From 469a3a913d99d7c190cf99ca8e3d2d72f6c8f8c2 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Fri, 10 Jul 2020 15:41:26 +0200 Subject: CMake: Hide Qt6 find errors --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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() -- cgit v1.2.3