From 1feb2181a7e07904df86abac991a05124f69bab9 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 23 Apr 2023 18:23:55 +0100 Subject: [PATCH] Update Catch2 to v3.3.2. (#360) --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 07e01efc0..76f2f4568 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -38,7 +38,7 @@ if(BUILD_BLS_TESTS) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git - GIT_TAG v3.0.0-preview5 + GIT_TAG v3.3.2 ) FetchContent_MakeAvailable(Catch2) find_package(Threads REQUIRED)