]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cmake : add version to all shared object files (#17091)
authorMike Abbott <redacted>
Tue, 11 Nov 2025 11:19:50 +0000 (04:19 -0700)
committerGitHub <redacted>
Tue, 11 Nov 2025 11:19:50 +0000 (13:19 +0200)
commit4a5b8aff40277071dbb98e81b5d0cbbbd3c37283
treeebbec195f57472615923bf7051251e8974b0392d
parentd2d626938aa7b0137df6a808e0637151806a9d5a
cmake : add version to all shared object files (#17091)

When compiling llama.cpp in Yocto, it fails QA checks because the generated so files aren't versioned.  This applies a version to all generated so files, allowing the package to build without errors.
ggml/src/CMakeLists.txt
src/CMakeLists.txt
tools/mtmd/CMakeLists.txt