only add Catch2 conditionally

This commit is contained in:
Robin Müller 2024-10-29 16:12:38 +01:00
parent 766c2fa90d
commit 4514ba1f66

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()