b8056
📦 llama-cppView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This release primarily addresses a CMake build issue related to the KleidiAI install target failure when using EXCLUDE_FROM_ALL, ensuring proper exclusion while maintaining functionality.
🐛 Bug Fixes
- Fixed an issue where the KleidiAI install target failed when EXCLUDE_FROM_ALL was used by adding EXCLUDE_FROM_ALL to FetchContent_Declare, preventing install failures when GGML_CPU_KLEIDIAI=ON is set.