remove not required self dependency
This commit is contained in:
parent
cbf67e6b3d
commit
4e16578393
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ if (GGML_VULKAN)
|
|||
--target-cpp ${_ggml_vk_source}
|
||||
--no-clean
|
||||
|
||||
DEPENDS vulkan-shaders-gen ${_ggml_vk_shader_deps}
|
||||
DEPENDS ${_ggml_vk_shader_deps}
|
||||
COMMENT "Generate vulkan shaders"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue