[CMake] Cmake 2.8.4 option command

2011-07-28 Thread Emrah Urhan
option on/off command does not apply changes until I delete generated CMakeCache.txt file. Is there a bug or something I miss? - Emrah URHAN

Re: [CMake] Cmake 2.8.4 option command

2011-07-28 Thread Emrah Urhan
I'm so sorry the version is 2.8.5... - Emrah URHAN - 2011/7/28 Emrah Urhan

Re: [CMake] Cmake 2.8.4 option command

2011-07-28 Thread David Cole
The option command establishes a CMake BOOL cache entry with the default value that you give it. Once it is in the cache, the cached value is used. The ON / OFF you give the command is just used as the initial default value for that cached entry. It's behaving as intended. HTH, David On Thu,