Catch2 hotfix #177

Merged
meierj merged 3 commits from mueller/suppress-catch2-warning into develop 2022-03-09 10:47:59 +01:00
Showing only changes of commit 39b4393b13 - Show all commits

View File

@ -151,7 +151,7 @@ set(FSFW_ADDITIONAL_INC_PATHS
) )
# Check whether the user has already installed Catch2 first # Check whether the user has already installed Catch2 first
find_package(Catch2 3) find_package(Catch2 3 QUIET)
################################################################################ ################################################################################
# Executable and Sources # Executable and Sources