From 2db549ec5fad917ccc55578e680c7cf74cb930d7 Mon Sep 17 00:00:00 2001 From: Certseeds <51754303+Certseeds@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:22:23 +0000 Subject: [PATCH] feat: update catch2 to v3.6.0 Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com> --- third_party/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 4b5d2c8e..b7b718c6 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -6,8 +6,8 @@ set("BUILD_${LIB_WAY}_LIBS" YES) Include(FetchContent) CMAKE_CMP_0135() -set(CATCH2_URL https://github.com/catchorg/Catch2/archive/refs/tags/v3.5.3.tar.gz) -set(CATCH2_HASH "1f51d817ce81d54b12e87d06e159305f") +set(CATCH2_URL https://github.com/catchorg/Catch2/archive/refs/tags/v3.6.0.tar.gz) +set(CATCH2_HASH "86a9fec7afecaec687faaa988ac6818e") if (${CMAKE_BUILD_TYPE} STREQUAL "Debug") FetchContent_Declare( Catch2