Skip to content

Commit d5dd7ed

Browse files
committed
metal install fix
1 parent 307ef9a commit d5dd7ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ggml/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,10 @@ if (BUILD_SHARED_LIBS)
242242
install(TARGETS ggml LIBRARY)
243243
endif()
244244

245+
# FIXME: this should be done in the backend cmake files
245246
if (GGML_METAL)
246247
install(
247-
FILES src/ggml-metal.metal
248+
FILES src/ggml-metal/ggml-metal.metal
248249
PERMISSIONS
249250
OWNER_READ
250251
OWNER_WRITE

0 commit comments

Comments
 (0)