Update Catch2 to v2.13.7

This commit is contained in:
Charles Giessen 2021-12-07 15:10:32 -07:00
parent 8c8694f441
commit e761a6f67b

View File

@ -19,6 +19,6 @@ FetchContent_MakeAvailable(glfw)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2
GIT_TAG v2.12.2
GIT_TAG v2.13.7
)
FetchContent_MakeAvailable(Catch2)