Make glslc required Vulkan component
This commit is contained in:
parent
f47829aa27
commit
9501f66e8c
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ if (GGML_RPC)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (GGML_VULKAN)
|
if (GGML_VULKAN)
|
||||||
find_package(Vulkan)
|
find_package(Vulkan COMPONENTS glslc REQUIRED)
|
||||||
|
|
||||||
if (Vulkan_FOUND)
|
if (Vulkan_FOUND)
|
||||||
message(STATUS "Vulkan found")
|
message(STATUS "Vulkan found")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue