From a2747b6934350290d3f3f88c7ec668b57dd9e1c7 Mon Sep 17 00:00:00 2001 From: Gulliver Date: Sun, 29 Jan 2023 23:59:28 +0100 Subject: [PATCH] updated catch2 to v3.3.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b00618a..9e88286 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ set(CATCH_INSTALL_EXTRAS Off) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.2.0 + GIT_TAG v3.3.1 ) FetchContent_MakeAvailable(Catch2)