Bump to catch2 v3.5.0

This commit is contained in:
gabime 2023-12-22 18:18:20 +02:00
parent d10bef50d9
commit 235e12c67e

View File

@ -21,7 +21,7 @@ else()
include(FetchContent)
FetchContent_Declare(Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG 3f0283de7a9c43200033da996ff9093be3ac84dc # v3.3.2
GIT_TAG 53d0d913a422d356b23dd927547febdf69ee9081 # v3.5.0
)
FetchContent_MakeAvailable(Catch2)
endif()