[CMake] Run clean before automatically re-running cmake?

Ian Liu Rodrigues ian.liu88 at gmail.com
Thu Feb 13 07:52:40 EST 2014


>
> 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 :-)
>

If you want a full build, why don't you just rm -rf build && mkdir build &&
cd build && cmake ..?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20140213/baeafa9f/attachment.html>


More information about the CMake mailing list