<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/4 Daniel Carrera <span dir="ltr">&lt;<a href="mailto:dcarrera@gmail.com" target="_blank">dcarrera@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
Is it possible to ask CMake to make another &quot;make clean&quot; target that<br>
clears *all* the CMake generated files including the cache? I am a bit<br>
annoyed that the only way to clear everything is to basically run &quot;rm<br>
-rf *&quot;.<br></blockquote><div><br></div><div>You can perfectly add a custom target/command to do that,<br></div><div>if you do out-of-source build then removing the build dir is ok.<br><br></div><div>Now, this would be a one-shot suicidal target since this will<br>
</div><div>basically erase the build tool file (VS project, Makefile, ...)<br></div><div>which is needed to launch itself :-]<br><br></div></div>-- <br>Erk<br>Le gouvernement représentatif n&#39;est pas la démocratie -- <a href="http://www.le-message.org" target="_blank">http://www.le-message.org</a>
</div></div>