From 06e944ea723b37fb3ef261bba114919a9eb3f8d9 Mon Sep 17 00:00:00 2001 From: Jez Higgins Date: Thu, 8 Jun 2023 23:38:34 +0100 Subject: [PATCH] move to later version of Catch to avoid compile error see https://github.com/catchorg/Catch2/issues/2421 --- cpp/test-catch2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/test-catch2/CMakeLists.txt b/cpp/test-catch2/CMakeLists.txt index 987b8bd..7e3ea07 100644 --- a/cpp/test-catch2/CMakeLists.txt +++ b/cpp/test-catch2/CMakeLists.txt @@ -6,7 +6,7 @@ set(SOURCE_FILES main.cpp ExampleCharacterTestCase.cpp CharactersTest.cpp Charac FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v2.13.1) + GIT_TAG v2.13.9) FetchContent_MakeAvailable(Catch2) # approvals