]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cmake: Fix ggml backend dependencies and installation (llama/11818)
authorVladimir Vuksanovic <redacted>
Thu, 27 Feb 2025 07:42:48 +0000 (08:42 +0100)
committerGeorgi Gerganov <redacted>
Sat, 8 Mar 2025 13:13:01 +0000 (15:13 +0200)
commit8255a830a8db0ce253725f7c7057108e82480b8c
tree6c73cf9e03342740a495ca4d05b04c8650f6be4d
parenta0f76b2da7558b2b7a3a27fe0369c515bd5b520b
cmake: Fix ggml backend dependencies and installation (llama/11818)

* Fix dependencies between ggml and backends

ggml backends link only to ggml-base and ggml links to all backends.

* Fix installation of ggml backends

Set up GNUInstallDirs before setting the installation directory of ggml backends
ggml/CMakeLists.txt