Skip to content

Commit 90ccac2

Browse files
committed
Remove step-targets from vulkan-shaders-gen
1 parent 6adc3c3 commit 90ccac2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ggml/src/ggml-vulkan/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ if (Vulkan_FOUND)
146146
BUILD_COMMAND ${CMAKE_COMMAND} --build . --config $<CONFIG>
147147
INSTALL_COMMAND ${CMAKE_COMMAND} --install . --config $<CONFIG>
148148
)
149-
ExternalProject_Add_StepTargets(vulkan-shaders-gen build install)
150149

151150
set (_ggml_vk_host_suffix $<IF:$<STREQUAL:${CMAKE_HOST_SYSTEM_NAME},Windows>,.exe,>)
152151
set (_ggml_vk_genshaders_dir "${CMAKE_BINARY_DIR}/$<CONFIG>")
@@ -172,8 +171,6 @@ if (Vulkan_FOUND)
172171

173172
DEPENDS ${_ggml_vk_shader_files}
174173
vulkan-shaders-gen
175-
vulkan-shaders-gen-build
176-
vulkan-shaders-gen-install
177174

178175
COMMENT "Generate vulkan shaders"
179176
)

0 commit comments

Comments
 (0)