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: unassignedb...@nondot.org
          Reporter: john.gar...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to