From 6a94997ac9c3590bff803ecb5f590b6309b3553b Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Thu, 15 Aug 2024 01:21:21 +0300 Subject: [PATCH] chore: update catch2 from 3.6.0 to 3.7.0 --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 563d6d6c2..24fccf78b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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.6.0 + GIT_TAG v3.7.0 GIT_SHALLOW ON) FetchContent_MakeAvailable(Catch2) include(Catch)