<p>It will also prevent any c or c++ from being compiled...</p>
<p>CMake really needs to do this.</p>
<p><blockquote type="cite">On Mar 30, 2010 10:06 AM, &quot;David Cole&quot; &lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt; wrote:<br><br>What is the output, if you have a CMakeLists.txt file with this content:<div>
project(xyz NONE)</div><div><br></div><div>And then run this command in the same dir with the CMakeLists file:</div><div>mkdir build &amp;&amp; cd build &amp;&amp; cmake --version &amp;&amp; cmake .. &amp;&amp; cd ..</div>

<div><br></div><div>Mine is:</div><div>cmake version 2.8.1</div><div><div>-- Configuring done</div><div>-- Generating done</div><div>-- Build files have been written to: /Users/davidcole/Desktop/xyz/build</div><div><br></div>

<div>You are correct: using &quot;NONE&quot; in the project statement should (and does for me) prevent the &quot;compiler works&quot; testing.</div><div><br></div><div><br></div><div>HTH,</div><div>David</div><font color="#888888"><div>
<br></div>
<div><br></div></font></div><p><font color="#500050">On Tue, Mar 30, 2010 at 9:54 AM, Benoit Thomas &lt;<a href="mailto:benoit.thomas@gameloft.com">benoit.thomas@gameloft.com</a>&gt; wrote:<br>&gt;<br>&gt; Hello,<br>&gt;<br>
&gt; I&#39;...</font></p><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></p>