[CMake] cmake - preventing `make clean` from cleaning ExternalProject.

jeeyoung kim jeeyoungk at gmail.com
Mon Jun 6 22:41:03 EDT 2011


I was wondering if there's some way to prevent make clean in cmake from
re-building external dependencies. I'm using ExternalProject to build third
party c++ libraries, and they do not have to be rebuilt even if I do make
clean.

On the other hand, I might want to create a new rule, say, make really-clean,
which even clears the dependencies. is there a good way to do this?

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110606/dedf7974/attachment.htm>


More information about the CMake mailing list