We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28904f commit 16b5abdCopy full SHA for 16b5abd
tests/pure_cpp/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-find_package(Catch 2.13.2)
+find_package(Catch 2.13.10)
2
3
if(CATCH_FOUND)
4
message(STATUS "Building pure C++ tests (not depending on Python) using Catch v${CATCH_VERSION}")
tests/test_embed/CMakeLists.txt
@@ -16,7 +16,7 @@ if(TARGET Python::Module AND NOT TARGET Python::Python)
16
return()
17
endif()
18
19
-find_package(Catch 2.13.9)
20
21
22
message(STATUS "Building interpreter tests using Catch v${CATCH_VERSION}")
0 commit comments