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}")