On 10/11/2010 02:54 PM, Brad King wrote: > I just tested it with the COnly test and VS9 x64. It now reloads even > when the project has not changed at all (touch CMakeLists.txt). I > wonder if the project solution folder feature affected this.
It happens when the USE_FOLDERS property is on. The bug was recently hidden by the change to make this off by default. It looks like the GUID for the solution folder names is not cached across runs. -Brad _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
