From 53809c9c26f3c29fe9881f7b3d081193e33741d3 Mon Sep 17 00:00:00 2001 From: 0cc4m Date: Sun, 23 Jul 2023 11:28:15 +0200 Subject: [PATCH] Fix trailing whitespace in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86ac8c798..7da296160 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -368,7 +368,7 @@ if (LLAMA_VULKAN) ) target_sources(ggml-vulkan PRIVATE "vk_shaders/${s}.spv") endforeach() - + add_compile_definitions(GGML_USE_VULKAN) set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} ggml-vulkan)