suppress Catch2 warning
Some checks are pending
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2022-03-09 09:27:16 +01:00
parent 3dd6fcc75a
commit 39b4393b13
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

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