From 235e12c67ea13bb55ee9d484618f3aba47bd4dad Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 22 Dec 2023 18:18:20 +0200 Subject: [PATCH] Bump to catch2 v3.5.0 --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2cb6ba93..1fa89b03 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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()