]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cmake : check if KleidiAI API has been fetched (#19640)
authorDaniel Bevenius <redacted>
Sun, 15 Feb 2026 12:59:38 +0000 (13:59 +0100)
committerGitHub <redacted>
Sun, 15 Feb 2026 12:59:38 +0000 (13:59 +0100)
commit57088276d42faf7a0f4a347578cff2c17159906d
tree64b266b350b924433cd2a5d7b2999d6460827db7
parent341bc7d23cf8bd77639f0c5b9dcb2dc8e9713768
cmake : check if KleidiAI API has been fetched (#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