Re: [CMake] cmake clean

2010-01-02 Thread C. Meissa
Hi, Am Samstag, 2. Januar 2010 schrieb Pau Garcia i Quiles: > No, there is not. Just use an out-of-source build. Great help. Thanks a lot! C.M. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensour

Re: [CMake] cmake clean

2010-01-02 Thread Pau Garcia i Quiles
On Sat, Jan 2, 2010 at 1:37 PM, C. Meissa wrote: > Hello list, > > is there a make or cmake target which cleans all cmake generated files? > (e.g. folder CMakeFiles, cmake_install.make, …) > > Would be nice not to be forced doing this manually… No, there is not. Just use an out-of-source build.

[CMake] cmake clean

2010-01-02 Thread C. Meissa
Hello list, is there a make or cmake target which cleans all cmake generated files? (e.g. folder CMakeFiles, cmake_install.make, …) Would be nice not to be forced doing this manually… Thanks in advance C.M. ___ Powered by www.kitware.com Visit other K