aports/testing/tiledb/40-catch.patch
Holger Jaekel e7539b4287 testing/tiledb: new aport
https://tiledb.com/
Engine for storing and accessing dense and sparse multi-dimensional arrays
2023-03-03 23:13:11 +01:00

12 lines
192 B
Diff
Executable File

--- a/cmake/Modules/FindCatch_EP.cmake
+++ b/cmake/Modules/FindCatch_EP.cmake
@@ -49,7 +49,7 @@
)
endif()
-find_package(Catch2 3.1
+find_package(Catch2
HINTS
${CATCH_PATHS}
)