From 2fb76d25440611c509d417a9ad7a8e4adcd95450 Mon Sep 17 00:00:00 2001 From: gonidelis Date: Sun, 9 Apr 2023 00:03:26 -0500 Subject: [PATCH] Bump Catch2 version tag on fetch --- cmake/Catch2.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Catch2.cmake b/cmake/Catch2.cmake index a27949dd..da841a6c 100644 --- a/cmake/Catch2.cmake +++ b/cmake/Catch2.cmake @@ -6,7 +6,7 @@ include(FetchContent) FetchContent_Declare( catch2 GIT_REPOSITORY "https://github.com/catchorg/Catch2.git" - GIT_TAG "v2.13.4" + GIT_TAG "v2.13.5" ) FetchContent_MakeAvailable(catch2)