From 431871c09fb47187b22aa0a36f595f06a0650718 Mon Sep 17 00:00:00 2001 From: Dirk Farin Date: Sun, 3 Nov 2024 20:04:36 +0100 Subject: [PATCH] upgrade to Catch2 version 3.7.1 --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 65fd91741a..977ddf9d29 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -7,7 +7,7 @@ set(FETCHCONTENT_QUIET FALSE) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.4.0 + GIT_TAG v3.7.1 GIT_PROGRESS TRUE )