On Wed, Feb 12, 2014 at 8:53 AM, Matthew Woehlke <
mw_tr...@users.sourceforge.net> wrote:
>
> What you really want is to record the "old" list of output files, re-run
> CMake, then remove any files on that list that no longer have rules to
> generate them. If you do a complete 'clean' you will delete and have to
> rebuild more than is necessary (which might even be nothing e.g. if CMake
> is being re-run because you added a debugging message).
>


You are correct that I would prefer that behavior, however I'd prefer to go
for safety (and do a full clean) until that more advanced logic can be
implemented... I am in fact using ninja, so hopefully that feature may come
down the pipe soon :-)
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to