Skip to content

Commit 16b5abd

Browse files
authored
chore: bump catch download to 2.13.10 (#5568)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent d28904f commit 16b5abd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/pure_cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
find_package(Catch 2.13.2)
1+
find_package(Catch 2.13.10)
22

33
if(CATCH_FOUND)
44
message(STATUS "Building pure C++ tests (not depending on Python) using Catch v${CATCH_VERSION}")

tests/test_embed/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(TARGET Python::Module AND NOT TARGET Python::Python)
1616
return()
1717
endif()
1818

19-
find_package(Catch 2.13.9)
19+
find_package(Catch 2.13.10)
2020

2121
if(CATCH_FOUND)
2222
message(STATUS "Building interpreter tests using Catch v${CATCH_VERSION}")

0 commit comments

Comments
 (0)