Bump to catch2 v3.5.0

pull/3028/head
gabime 2 years ago
parent d10bef50d9
commit 235e12c67e

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

Loading…
Cancel
Save