Update Catch2

https://github.com/catchorg/Catch2/releases/tag/v3.5.0
This commit is contained in:
Chris Thrasher 2023-12-10 16:59:37 -07:00
parent b199cc68d1
commit ea42079da9

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.4.0
GIT_TAG v3.5.0
GIT_SHALLOW ON)
FetchContent_MakeAvailable(Catch2)
include(Catch)