From d027f2c3d0eb6c4f16f627932443efea5172807f Mon Sep 17 00:00:00 2001 From: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:35:06 -0700 Subject: [PATCH] Bring Catch2 forward for potential Sonoma issue --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 490d734b5..8d8aeb187 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -67,7 +67,7 @@ if(BUILD_BLS_TESTS) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.3.2 + GIT_TAG v3.7.1 ) FetchContent_MakeAvailable(Catch2) find_package(Threads REQUIRED)