From: Georgi Gerganov Date: Mon, 31 Mar 2025 12:05:30 +0000 (+0300) Subject: cmake : fix whitespace (llama/0) X-Git-Tag: upstream/0.0.1898~12 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=99291ab99989ca90467ba0fd5e02dd14f4c07135;p=pkg%2Fggml%2Fsources%2Fggml cmake : fix whitespace (llama/0) --- diff --git a/src/ggml-vulkan/CMakeLists.txt b/src/ggml-vulkan/CMakeLists.txt index 251e0f2d..2615ae1a 100644 --- a/src/ggml-vulkan/CMakeLists.txt +++ b/src/ggml-vulkan/CMakeLists.txt @@ -59,7 +59,6 @@ if (Vulkan_FOUND) set(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT OFF CACHE INTERNAL "Whether coopmat2 is supported by glslc") else() message(STATUS "GL_NV_cooperative_matrix2 supported by glslc") - set(GGML_VULKAN_COOPMAT2_GLSLC_SUPPORT ON CACHE INTERNAL "Whether coopmat2 is supported by glslc") endif() else()