<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:chris.bieneman@me.com" title="Chris Bieneman <chris.bieneman@me.com>"> <span class="fn">Chris Bieneman</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - CMake Error: Error: generator : Unix Makefiles"
   href="https://llvm.org/bugs/show_bug.cgi?id=16179">bug 16179</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>chris.bieneman@me.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - CMake Error: Error: generator : Unix Makefiles"
   href="https://llvm.org/bugs/show_bug.cgi?id=16179#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - CMake Error: Error: generator : Unix Makefiles"
   href="https://llvm.org/bugs/show_bug.cgi?id=16179">bug 16179</a>
              from <span class="vcard"><a class="email" href="mailto:chris.bieneman@me.com" title="Chris Bieneman <chris.bieneman@me.com>"> <span class="fn">Chris Bieneman</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>