mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-18 03:37:08 +02:00
https://tiledb.com/ Engine for storing and accessing dense and sparse multi-dimensional arrays
16 lines
452 B
Diff
16 lines
452 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 (NOT TILEDB_FORCE_ALL_DEPS OR TILEDB_CLIPP_EP_BUILT)
|
|
find_path(CLIPP_INCLUDE_DIR
|