From d7fb1bf0f643e1cb66b93d9fab50e54941a6e90c Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Mon, 4 Mar 2024 14:08:46 -0700 Subject: [PATCH] Upgrade Catch2 --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 11857fd18..28b081f92 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -7,7 +7,7 @@ set(CATCH_CONFIG_FAST_COMPILE ON CACHE BOOL "") set(CATCH_CONFIG_NO_EXPERIMENTAL_STATIC_ANALYSIS_SUPPORT ON CACHE BOOL "") FetchContent_Declare(Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.5.2 + GIT_TAG v3.5.3 GIT_SHALLOW ON) FetchContent_MakeAvailable(Catch2) include(Catch)