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 344bda5 commit ce5285aCopy full SHA for ce5285a
ggml/src/ggml-vulkan/CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.19)
2
cmake_policy(SET CMP0114 NEW)
3
4
-find_package(Vulkan COMPONENTS glslc)
+find_package(Vulkan)
5
6
function(detect_host_compiler)
7
if (CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
@@ -21,7 +21,7 @@ if (Vulkan_FOUND)
21
set (GLSLC_PROGRAM ${Vulkan_GLSLC_EXECUTABLE})
22
if (NOT GLSLC_PROGRAM)
23
# When cross-compiling the glslc program needs to be runnable on
24
- # build-system architecture but the Vulkan SDK will be for the
+ # the build-system architecture but the Vulkan SDK will be for the
25
# target architecture.
26
27
find_program(GLSLC_PROGRAM glslc REQUIRED NO_CMAKE_FIND_ROOT_PATH)
0 commit comments