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