From 37dd7c17df53566a419733488153ccf7278480e4 Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Wed, 25 Nov 2020 10:45:20 +0100 Subject: [PATCH] update catch dep --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a73a0f288..fe7a2166b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -8,7 +8,7 @@ include(CopyDllsForDebug) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v2.13.1) + GIT_TAG v2.13.3) FetchContent_MakeAvailable(Catch2) # Prepare "Catch" library for other executables