We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74daaba commit f7f9e06Copy full SHA for f7f9e06
CMakeLists.txt
@@ -165,7 +165,7 @@ if (LLAMA_METAL)
165
#add_compile_definitions(GGML_METAL_DIR_KERNELS="${CMAKE_CURRENT_SOURCE_DIR}/")
166
167
# copy ggml-metal.metal to bin directory
168
- configure_file(ggml-metal.metal bin/ggml-metal.metal COPYONLY)
+ configure_file(ggml-metal.metal ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ggml-metal.metal COPYONLY)
169
170
set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS}
171
${FOUNDATION_LIBRARY}
0 commit comments