]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cmake : check if KleidiAI API has been fetched (llama/19640)
authorDaniel Bevenius <redacted>
Sun, 15 Feb 2026 12:59:38 +0000 (13:59 +0100)
committerGeorgi Gerganov <redacted>
Fri, 27 Feb 2026 18:57:58 +0000 (20:57 +0200)
commitdf2f8d3bc44015e1cf174b61accfea4a564ddd6d
treef17df78f955bccbe8602e279ada5b4cf708aacdd
parent22f0861efccba73a9614cf2fc620822a6850986a
cmake : check if KleidiAI API has been fetched (llama/19640)

This commit addresses a build issue with the KleidiAI backend when
building multiple cpu backends. Commmit
3a00c98584e42a20675b6569d81beadb282b0952 ("cmake : fix KleidiAI install
target failure with EXCLUDE_FROM_ALL") introduced a change where
FetchContent_Populate is called instead of FetchContent_MakeAvailable,
where the latter does handle this case (it is idempotent but
FetchContent_Populate is not).

I missed this during my review and I should not have commited without
verifying the CI failure, sorry about that.
ggml/src/ggml-cpu/CMakeLists.txt