### Git commit 5a6398011704c31178d7b774be67856ba57647c8 ### Operating systems Linux ### GGML backends Vulkan ### Problem description & steps to reproduce Compile Llama.cpp in a directory whose full path contains spaces This is the non-Windows equivalent of #8562 ### First Bad Commit _No response_ ### Compile command ```shell cmake -B build -DGGML_VULKAN=1 && cmake --build build --config Release ``` ### Relevant log output ```shell (I don't have it anymore, I fixed it) ```