aports/community/tiledb/60-clipp.patch
2023-10-13 15:59:26 +00:00

16 lines
415 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: find CLIPP headerfile in $srcdir
----
--- a/cmake/Modules/FindClipp_EP.cmake
+++ b/cmake/Modules/FindClipp_EP.cmake
@@ -32,7 +32,7 @@
# - The Clipp::Clipp imported target
# Search the path set during the superbuild for the EP.
-set(CLIPP_PATHS ${TILEDB_EP_INSTALL_PREFIX})
+set(CLIPP_PATHS ${SRCDIR})
if (TILEDB_VCPKG)
find_package(clipp REQUIRED)