chore: update Catch

This commit is contained in:
Henry Schreiner 2020-07-24 00:26:49 -04:00 committed by Henry Schreiner
parent 4470671796
commit 5927c5819f

View File

@ -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()