From 2199cc3bc263a7d14c63d2226be582b4905fb845 Mon Sep 17 00:00:00 2001 From: leonarski_f Date: Wed, 18 Mar 2026 21:21:28 +0100 Subject: [PATCH] Increase Catch2 version to recent one --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 664941e4..f31de736 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,7 +135,7 @@ FetchContent_Declare( FetchContent_Declare( catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2 - GIT_TAG 4e8d92b + GIT_TAG v3.13.0 EXCLUDE_FROM_ALL )