Hello, On 04/04/13 11:40, Ansis Māliņš wrote: >> Is it possible to ask CMake to make another "make clean" target >> that clears *all* the CMake generated files including the cache? I >> am a bit annoyed that the only way to clear everything is to >> basically run "rm -rf *". > > What would be the benefit of such a command besides syntax?
I also find that such a command would be useful. It could be something like the "make maintainer-clean" target generated by autotools. One benefit is that it would allow to easily remove all cmake files when you wrongly run cmake in the source directory instead of in the build one. Cheers, Daniele -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
