[llvm-bugs] [Bug 16179] CMake Error: Error: generator : Unix Makefiles

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Aug 19 10:41:00 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=16179

Chris Bieneman <chris.bieneman at me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |chris.bieneman at me.com
         Resolution|---                         |FIXED

--- Comment #2 from Chris Bieneman <chris.bieneman at me.com> ---
The error on the original message here indicates that CMake was previously run
in the same build directory with "-G Ninja" and was being re-run with "-G Unix
Makefiles". Changing generators is not supported by CMake, so you need to clean
out your build directory if you are going to do that.

WRT the second comment from Pedro, that seems like a separate issue. If you're
still encountering it please file a separate bug report.

-- 
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/20160819/fe56579e/attachment-0001.html>


More information about the llvm-bugs mailing list