bump catch2 version to v3.0.0-preview4

This commit is contained in:
Robin Müller 2022-01-26 12:23:12 +01:00
parent bd64a43819
commit bc5a6b4a51
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -56,7 +56,7 @@ if(FSFW_BUILD_UNITTESTS)
FetchContent_Declare( FetchContent_Declare(
Catch2 Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.0-preview3 GIT_TAG v3.0.0-preview4
) )
FetchContent_MakeAvailable(Catch2) FetchContent_MakeAvailable(Catch2)