From 64c6c96e6b6c8a69e8e6ddf2b46633454753d62b Mon Sep 17 00:00:00 2001 From: Earle Lowe Date: Tue, 23 Jan 2024 12:59:54 -0800 Subject: [PATCH] Update catch2 to 3.5.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a42d77976..c8a48323c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -162,7 +162,7 @@ ENDIF() FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.3.2 + GIT_TAG v3.5.2 ) FetchContent_MakeAvailable(Catch2)