From 2a750ad7f86936ffca4d7874f536c2eb6dbf76a0 Mon Sep 17 00:00:00 2001 From: xiaying Date: Sun, 5 Oct 2025 14:35:21 +0800 Subject: [PATCH] MNN:Bugfix: Fix bug for https://github.com/alibaba/MNN/issues/3924 --- source/backend/cpu/arm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backend/cpu/arm/CMakeLists.txt b/source/backend/cpu/arm/CMakeLists.txt index 6262e856..28434e2d 100644 --- a/source/backend/cpu/arm/CMakeLists.txt +++ b/source/backend/cpu/arm/CMakeLists.txt @@ -34,7 +34,7 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^aarch64" OR ARCHS STREQUAL "arm64" OR AR message(STATUS "Enabling AArch64 Assemblies") if (MNN_KLEIDIAI) - include(${CMAKE_SOURCE_DIR}/cmake/KleidiAI.cmake) + include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/KleidiAI.cmake) download_kleidiai_and_collect_sources() endif()