From 8c5e081701ecec9f68e44544e2278ad2f2ec4106 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Wed, 3 Jan 2024 21:25:58 +0700 Subject: [PATCH] chore: bump Catch2 to v3.5.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cfceea8..2a8fa6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ if(NOT_SUBPROJECT) enable_testing() # Import Catch2 as the main testing framework - cpmaddpackage("gh:catchorg/Catch2@3.5.0") + cpmaddpackage(gh:catchorg/Catch2@3.5.1) include(${Catch2_SOURCE_DIR}/extras/Catch.cmake) # Append the main library properties instead of linking the library.