From 5166325698537d6cb6e3d789106359027367969d Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 17 Mar 2025 12:24:33 -0400 Subject: [PATCH] chore: bump catch download to 2.13.10 Signed-off-by: Henry Schreiner --- tests/pure_cpp/CMakeLists.txt | 2 +- tests/test_embed/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pure_cpp/CMakeLists.txt b/tests/pure_cpp/CMakeLists.txt index 17be74b7f0..1150cb405e 100644 --- a/tests/pure_cpp/CMakeLists.txt +++ b/tests/pure_cpp/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(Catch 2.13.2) +find_package(Catch 2.13.10) if(CATCH_FOUND) message(STATUS "Building pure C++ tests (not depending on Python) using Catch v${CATCH_VERSION}") diff --git a/tests/test_embed/CMakeLists.txt b/tests/test_embed/CMakeLists.txt index f646458d1e..1a537a6580 100644 --- a/tests/test_embed/CMakeLists.txt +++ b/tests/test_embed/CMakeLists.txt @@ -16,7 +16,7 @@ if(TARGET Python::Module AND NOT TARGET Python::Python) return() endif() -find_package(Catch 2.13.9) +find_package(Catch 2.13.10) if(CATCH_FOUND) message(STATUS "Building interpreter tests using Catch v${CATCH_VERSION}")