From bad60834cc4e398dc3dd559ec03dee09830f186c Mon Sep 17 00:00:00 2001 From: Andre Rummler Date: Mon, 8 Sep 2025 13:26:54 +0200 Subject: [PATCH] Update Catch2 library to v2.13.10 --- tests/catch/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/catch/CMakeLists.txt b/tests/catch/CMakeLists.txt index b6ab66bf0..5d39537fe 100644 --- a/tests/catch/CMakeLists.txt +++ b/tests/catch/CMakeLists.txt @@ -64,7 +64,7 @@ Include(FetchContent) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v2.13.1) + GIT_TAG v2.13.10) FetchContent_MakeAvailable(Catch2)