chore: bump clang-tidy to 13 (#3997)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2022-07-13 09:06:32 -05:00
committed by GitHub
parent 023b3f32c8
commit 7c3a031766
6 changed files with 73 additions and 72 deletions

View File

@@ -7,7 +7,7 @@ if("${PYTHON_MODULE_EXTENSION}" MATCHES "pypy" OR "${Python_INTERPRETER_ID}" STR
return()
endif()
find_package(Catch 2.13.5)
find_package(Catch 2.13.9)
if(CATCH_FOUND)
message(STATUS "Building interpreter tests using Catch v${CATCH_VERSION}")