chore: bump catch download to 2.13.10 (#5568)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2025-03-17 17:18:00 -04:00
committed by GitHub
parent d28904f12e
commit 16b5abd428
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
find_package(Catch 2.13.2)
find_package(Catch 2.13.10)
if(CATCH_FOUND)
message(STATUS "Building pure C++ tests (not depending on Python) using Catch v${CATCH_VERSION}")