mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-24 16:59:14 +00:00
chore: bump catch download to 2.13.10 (#5568)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
find_package(Catch 2.13.2)
|
find_package(Catch 2.13.10)
|
||||||
|
|
||||||
if(CATCH_FOUND)
|
if(CATCH_FOUND)
|
||||||
message(STATUS "Building pure C++ tests (not depending on Python) using Catch v${CATCH_VERSION}")
|
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()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(Catch 2.13.9)
|
find_package(Catch 2.13.10)
|
||||||
|
|
||||||
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}")
|
||||||
|
|||||||
Reference in New Issue
Block a user