Re: [CMake] How clean generated build system files

2012-11-04 Thread lzprgmr
Thanks guys, so it is not supported currently in cmake for whatever reasons. That would require cmake to know about all source files which may or may not be the case depending on your cmake rules I am not quite familiar with how cmake works, but in premake, user who write new rules is responsible

Re: [CMake] How clean generated build system files

2012-11-04 Thread Bogdan Cristea
Thanks Cristea, but how about the project files or make files? Not sure, but I think they are regenerated. If this is all that you want it might be the best way. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [CMake] How clean generated build system files

2012-11-04 Thread Clifford Yapp
On Sun, Nov 4, 2012 at 4:45 AM, lzprgmr baiyanhu...@gmail.com wrote: Thanks guys, so it is not supported currently in cmake for whatever reasons. It's not supported as a direct feature, to the best of my knowledge. That said, it is technically possible to do - it just requires you to create

[CMake] How clean generated build system files

2012-11-03 Thread lzprgmr
Hi, All, Is there any way to clean the generated build system files, like vs project files, make files, it might be ok if generate out-of-place, but for in-place files, it is really a pain if you want to remove those files, especially there are a lot of projects and directories. Ideally, I would

Re: [CMake] How clean generated build system files

2012-11-03 Thread Andreas Pakulat
Hi, On Sat, Nov 3, 2012 at 12:40 PM, lzprgmr baiyanhu...@gmail.com wrote: Is there any way to clean the generated build system files, like vs project files, make files, it might be ok if generate out-of-place, but for in-place Thats why cmake advertises out of source builds to be used all the

Re: [CMake] How clean generated build system files

2012-11-03 Thread Cristea Bogdan
rm CMakeCache.txt Sent from my Windows 8 PC http://windows.microsoft.com/consumer-preview *From:* lzprgmr baiyanhu...@gmail.com *Sent:* Saturday, November 3, 2012 12:41:35 PM *To:* cmake@cmake.org *Subject:* [CMake] How clean generated build system files Hi, All, Is there any way to clean