From 241722c9814fba181837a7dcc389190ac2807688 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 6 Apr 2023 22:38:53 -0400 Subject: [PATCH] Quote destination --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40d8f28..bcd026a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,4 +6,4 @@ set(BUILD_SHARED_LIBS "On") add_subdirectory(vendor/llama.cpp) -install(TARGETS llama LIBRARY DESTINATION llama_cpp) \ No newline at end of file +install(TARGETS llama LIBRARY DESTINATION "llama_cpp") \ No newline at end of file