mirror of
https://github.com/pybind/pybind11.git
synced 2025-03-25 18:07:43 +00:00
chore: bump catch download to 2.13.10 (#5568)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
parent
d28904f12e
commit
16b5abd428
@ -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}")
|
||||
|
@ -16,7 +16,7 @@ if(TARGET Python::Module AND NOT TARGET Python::Python)
|
||||
return()
|
||||
endif()
|
||||
|
||||
find_package(Catch 2.13.9)
|
||||
find_package(Catch 2.13.10)
|
||||
|
||||
if(CATCH_FOUND)
|
||||
message(STATUS "Building interpreter tests using Catch v${CATCH_VERSION}")
|
||||
|
Loading…
Reference in New Issue
Block a user