diff --git a/tests/pure_cpp/CMakeLists.txt b/tests/pure_cpp/CMakeLists.txt index 17be74b7f..14a53f950 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.6) 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 c960c877a..a6f6d1b6c 100644 --- a/tests/test_embed/CMakeLists.txt +++ b/tests/test_embed/CMakeLists.txt @@ -7,7 +7,7 @@ if("${PYTHON_MODULE_EXTENSION}" MATCHES "pypy" OR "${Python_INTERPRETER_ID}" STR return() endif() -find_package(Catch 2.13.2) +find_package(Catch 2.13.6) if(CATCH_FOUND) message(STATUS "Building interpreter tests using Catch v${CATCH_VERSION}")