From 8b07d2fa07c619552cb6ee736eae7b5928a72185 Mon Sep 17 00:00:00 2001 From: Arash Badie-Modiri Date: Sun, 20 Oct 2024 04:58:25 +0200 Subject: [PATCH] update Catch2 version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca85a79..b33e512 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ if (is_standalone) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.2.1) + GIT_TAG v3.7.1) FetchContent_MakeAvailable(Catch2) list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)