Merge pull request 'only add Catch2 conditionally' (#36) from only-add-catch2-conditionally into main

Reviewed-on: #36
This commit is contained in:
Robin Müller 2024-10-29 17:05:35 +01:00
commit f90241bdd6

View File

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