[llvm-bugs] [Bug 39843] New: cmake -G "Unix Makefiles" breaks if CMAKE_CURRENT_BINARY_DIR path contains whitespace
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Nov 29 14:36:54 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=39843
Bug ID: 39843
Summary: cmake -G "Unix Makefiles" breaks if
CMAKE_CURRENT_BINARY_DIR path contains whitespace
Product: Build scripts
Version: trunk
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: john.garvin at gmail.com
CC: llvm-bugs at lists.llvm.org
cmake -G "Unix Makefiles" stops with an error if the build path
(CMAKE_CURRENT_BINARY_DIR) contains whitespace.
To reproduce:
(1) cd to a directory whose path contains a space, such as "/Users/me/my
code/llvm"
(2) cmake -G "Unix Makefiles" path-to-llvm-source
(3) make
I have a patch for this.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181129/fa59aa5b/attachment.html>
More information about the llvm-bugs
mailing list