From 9583fdd13c22fe33569f7a5f482913d49b863090 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Mon, 7 Apr 2025 19:52:45 +0700 Subject: [PATCH] chore: bump Catch2 to version 3.8.0 Signed-off-by: Alfi Maulana --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f0bd6f6..1e413b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ target_sources( if(PROJECT_IS_TOP_LEVEL AND ERRORS_ENABLE_TESTS) # Import Catch2 as the main testing framework - find_package(Catch2 3.7.1 REQUIRED) + find_package(Catch2 3.8.0 REQUIRED) include(Catch) # Append the main library properties instead of linking the library.