Re: [CMake] CMakeCache Files

2010-07-14 Thread Eric Noulard
2010/7/14 Benjamin Eikel : > Hello Mike, > > Am Mittwoch, 14. Juli 2010, 17:33:57 schrieb michael.schm...@l-3com.com: >> I'm a newbie with cmake, and I wanted to clarify a couple things.  From >> what I understand, there's no command to clear CMakeCache files.  If I > the program cmake-gui has a me

Re: [CMake] CMakeCache Files

2010-07-14 Thread Brian Davis
-snip- I do not think that this is necessary. CMake should overwrite the according values. -end snip- IMHO clearing the cache and starting from scratch is the best approach if you are developing the build spec and not simply compiling 3rdParty source as the CACHE may contain variables you created

Re: [CMake] CMakeCache Files

2010-07-14 Thread Benjamin Eikel
Hello Mike, Am Mittwoch, 14. Juli 2010, 17:33:57 schrieb michael.schm...@l-3com.com: > I'm a newbie with cmake, and I wanted to clarify a couple things. From > what I understand, there's no command to clear CMakeCache files. If I the program cmake-gui has a menu option "Delete Cache". > add a ne

[CMake] CMakeCache Files

2010-07-14 Thread Michael . Schmidt
I'm a newbie with cmake, and I wanted to clarify a couple things. From what I understand, there's no command to clear CMakeCache files. If I add a new file or change the CMakeLists, then I have to delete the CMakeCache files manually. If I change an option using ccmake, do I have to remove the c