I'm using CMake 2.6.3R5 on WinXP 64 using VS 2005 building a 32 bit binary.<br><br>When I changed a CMake option it removed a call to add_definitions. The flags used to compile the project now changed. I thought I remember (and perhaps this was when I was using Makefiles more), that it should trigger a compile on the files that are now out of date.<br>
<br>After configuring from cmake-gui, I clicked generate and the project reloaded. It started to compile, but everything was up to date. ???<br><br>Is this the intended behavior? I thought it used to cause recompiles of the affected files.<br>
<br>Thanks,<br>James<br>