From d5dd7ed7ee33157bdaabd0b0c2eddefc49d2fd5f Mon Sep 17 00:00:00 2001 From: slaren Date: Tue, 12 Nov 2024 23:34:50 +0100 Subject: [PATCH] metal install fix --- ggml/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ggml/CMakeLists.txt b/ggml/CMakeLists.txt index 384b9e680..c62bda086 100644 --- a/ggml/CMakeLists.txt +++ b/ggml/CMakeLists.txt @@ -242,9 +242,10 @@ if (BUILD_SHARED_LIBS) install(TARGETS ggml LIBRARY) endif() +# FIXME: this should be done in the backend cmake files if (GGML_METAL) install( - FILES src/ggml-metal.metal + FILES src/ggml-metal/ggml-metal.metal PERMISSIONS OWNER_READ OWNER_WRITE