From b5b40597630270c94e498ab544cba2f3cd34aacd Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Thu, 19 Dec 2024 11:15:47 -0700 Subject: [PATCH] update catch2 --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8e019ce3e..4aca098a5 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -12,7 +12,7 @@ spiner_content_declare(Catch2 GIT_REPO https://github.com/catchorg/Catch2.git - GIT_TAG v3.0.1 # or any later release + GIT_TAG v3.7.1 # or any later release EXPECTED_TARGETS Catch2::Catch2 NAMESPACE spinerTest )