From d850268728d2f7a3a6b05c7a456312fed1411be6 Mon Sep 17 00:00:00 2001
From: Jerome Hue <jerome.hue@cea.fr>
Date: Tue, 26 Nov 2024 11:22:10 +0100
Subject: [PATCH] chore: Bump Catch2 version from 3.0.1 to 3.7.1

---
 unit_tests/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unit_tests/CMakeLists.txt b/unit_tests/CMakeLists.txt
index 0695e2cc2..2c0c746a4 100644
--- a/unit_tests/CMakeLists.txt
+++ b/unit_tests/CMakeLists.txt
@@ -1,4 +1,4 @@
-find_package(Catch2 3.0.1)
+find_package(Catch2 3.7.1)
 
 if(NOT Catch2_FOUND)
     message(STATUS "Catch2 not found in system, retrieving from git")
@@ -7,7 +7,7 @@ if(NOT Catch2_FOUND)
     FetchContent_Declare(
       Catch2
       GIT_REPOSITORY https://github.com/catchorg/Catch2.git
-      GIT_TAG        v3.0.1 # or a later release
+      GIT_TAG        v3.7.1 # or a later release
     )
 
     FetchContent_MakeAvailable(Catch2)
-- 
GitLab