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

Chris Bieneman <chris.biene...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |chris.biene...@me.com
         Resolution|---                         |FIXED

--- Comment #2 from Chris Bieneman <chris.biene...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to