Merge remote-tracking branch 'upstream/development' into mueller/add-etl-dependency

This commit is contained in:
Robin Mueller 2022-04-04 14:18:30 +02:00
commit b2252bdc0b
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ if(FSFW_BUILD_UNITTESTS)
find_package(Catch2 ${FSFW_CATCH2_LIB_MAJOR_VERSION})
# Not installed, so use FetchContent to download and provide Catch2
if(NOT Catch2_FOUND)
message(STATUS "Catch2 installation not found. Downloading Catch2 library with FetchContent")
include(FetchContent)
FetchContent_Declare(