Skip to content

fix(llama-cpp): rename linked target common -> llama-common#9408

Merged
mudler merged 1 commit intomasterfrom
issue-9406-fix-llama-build
Apr 17, 2026
Merged

fix(llama-cpp): rename linked target common -> llama-common#9408
mudler merged 1 commit intomasterfrom
issue-9406-fix-llama-build

Conversation

@mudler
Copy link
Copy Markdown
Owner

@mudler mudler commented Apr 17, 2026

Upstream llama.cpp (45cac7ca) renamed the CMake library target common to llama-common. Linking the old name caused target_include_directories(... PUBLIC .) from the common/ dir to not propagate, so #include "common.h" failed when building grpc-server.

Upstream llama.cpp (45cac7ca) renamed the CMake library target
`common` to `llama-common`. Linking the old name caused
`target_include_directories(... PUBLIC .)` from the common/ dir
to not propagate, so `#include "common.h"` failed when building
grpc-server.
@mudler mudler merged commit c49feb5 into master Apr 17, 2026
46 of 48 checks passed
@mudler mudler deleted the issue-9406-fix-llama-build branch April 17, 2026 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant