Add PUS TC scheduler service #594

Merged
muellerr merged 20 commits from KSat/fsfw:mueller/add-tc-scheduler-pus-11 into development 2022-05-16 14:32:20 +02:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 4dee913d51 - Show all commits

View File

@ -48,9 +48,10 @@ add_library(${LIB_FSFW_NAME})
if(FSFW_BUILD_UNITTESTS)
message(STATUS "Building the FSFW unittests in addition to the static library")
# Check whether the user has already installed Catch2 first
find_package(Catch2 3)
find_package(Catch2 3 QUIET)
# 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(