Commit 5927c581 authored by Henry Schreiner's avatar Henry Schreiner Committed by Henry Schreiner
Browse files

chore: update Catch

parent 44706717
...@@ -4,7 +4,7 @@ if(${PYTHON_MODULE_EXTENSION} MATCHES "pypy") ...@@ -4,7 +4,7 @@ if(${PYTHON_MODULE_EXTENSION} MATCHES "pypy")
return() return()
endif() endif()
find_package(Catch 1.9.3) find_package(Catch 2.13.0)
if(CATCH_FOUND) if(CATCH_FOUND)
message(STATUS "Building interpreter tests using Catch v${CATCH_VERSION}") message(STATUS "Building interpreter tests using Catch v${CATCH_VERSION}")
else() else()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment