From 63cd9c8068115b8518f9c6a9d8fe541fc31a559e Mon Sep 17 00:00:00 2001 From: Jakub Sujak Date: Thu, 6 Feb 2025 16:27:00 +0000 Subject: [PATCH] Use absolute path for BUILD_INTERFACE Communicate build requirements to targets linking to KleidiAI by adding the absolute path rather than relative path in the header search path. Signed-off-by: Jakub Sujak --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c1dcf86..0df28b83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -243,7 +243,7 @@ else() endif() target_include_directories(kleidiai - PUBLIC . + PUBLIC $ ) target_compile_options(kleidiai -- GitLab