Skip to content

Commit

Permalink
Update Catch2 version to include fix for catchorg/Catch2#2837
Browse files Browse the repository at this point in the history
Signed-off-by: Blyschak <stepanblischak@gmail.com>
  • Loading branch information
Blyschak committed Mar 30, 2024
1 parent 931f805 commit ad5e5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif(CO_ECS_CODE_COVERAGE)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.1 # or a later release
GIT_TAG 7ce35799767de7b9c6ba836c72e479c5f70219a3
)

FetchContent_MakeAvailable(Catch2)
Expand Down

0 comments on commit ad5e5b6

Please sign in to comment.