Update Catch2 to v3.5.4

This commit is contained in:
Lukas Dürrenberger 2024-04-10 23:24:07 +02:00 committed by Chris Thrasher
parent a742b2158f
commit e3b7d87373

View File

@ -7,7 +7,7 @@ set(CATCH_CONFIG_FAST_COMPILE ON CACHE BOOL "")
set(CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ON CACHE BOOL "")
FetchContent_Declare(Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.5.3
GIT_TAG v3.5.4
GIT_SHALLOW ON)
FetchContent_MakeAvailable(Catch2)
include(Catch)