only add Catch2 conditionally #36

Merged
muellerr merged 1 commits from only-add-catch2-conditionally into main 2024-10-29 17:05:35 +01:00

View File

@ -11,4 +11,6 @@ if(FSFW_ADD_SGP4_PROPAGATOR)
endif()
add_subdirectory(etl-20.39.4)
add_subdirectory(Catch2-3.7.1)
if(FSFW_BUILD_TESTS)
add_subdirectory(Catch2-3.7.1)
endif()