From 7878eba114eaf42acb92d100aefcadbe4be8c582 Mon Sep 17 00:00:00 2001 From: Davin Shearer <2205472+scholarsmate@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:49:16 -0400 Subject: [PATCH] upgrade catch2 to v3.7.0 --- core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 0b25cd28..1b595109 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -79,7 +79,7 @@ if (BUILD_TESTS) Catch2 GIT_SHALLOW TRUE GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.5.4 + GIT_TAG v3.7.0 ) FetchContent_MakeAvailable(Catch2) list(APPEND CMAKE_MODULE_PATH "${Catch2_SOURCE_DIR}/extras")