mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-08 20:31:49 +01:00
16 lines
333 B
Diff
Executable File
16 lines
333 B
Diff
Executable File
Author: Holger Jaekel <holger.jaekel@gmx.de>
|
|
Summary: relax version requirements for external libraries
|
|
----
|
|
|
|
--- 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}
|
|
${TILEDB_DEPS_NO_DEFAULT_PATH}
|