From 95e694d01a7bdf2a36bcdb10629472c8b0d09c06 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 8 Mar 2022 13:08:50 +0100 Subject: [PATCH] add quiet flag --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 03d51ac2..e6c07ee5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -151,7 +151,7 @@ set(FSFW_ADDITIONAL_INC_PATHS ) # Check whether the user has already installed Catch2 first -find_package(Catch2 3) +find_package(Catch2 3 QUIET) ################################################################################ # Executable and Sources