mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 23:01:35 +01:00
16 lines
415 B
Diff
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)
|