<div class="gmail_quote">On Tue, Feb 21, 2012 at 9:47 AM, Oliver Boesche <span dir="ltr">&lt;<a href="mailto:boesche@building21.de">boesche@building21.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
thanks. Its a tricky solution ;)<br>
<br>
I think this behavior as a flag for ExternalProject_Add could be interesting for some people.<br>
<br>
Regards<span class="HOEnZb"><font color="#888888"><br>
Oliver</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
--<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/<u></u>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/<u></u>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/<u></u>listinfo/cmake</a><br>
</div></div></blockquote></div><div><br></div><br><div>A much simpler way to clean just the inner project, and not all the ExternalProject dependencies is to cd down into the inner build&#39;s directory and do the &quot;make clean&quot; in there.</div>
<div><br></div><div>&quot;make clean&quot; at the top level should clean according to the ExternalProject stamp files.</div><div><br></div><div>You can clean the individual projects if necessary by going down into their respective &quot;inner build&quot; directories.</div>
<div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br></div>