Re: [CMake] CMakeCache changing due to PDB

2009-08-01 Thread Brad King
Ashwin Chandra wrote: Notice the pdb file changed in case. I think what is happening is that the compiler is generating the pdb file in all lower case on the first build run and when doing a second build run, it somehow knows the file is in lowercase now and it updates the build.make files

Re: [CMake] CMakeCache changing due to PDB

2009-08-01 Thread Ashwin Chandra
: [CMake] CMakeCache changing due to PDB Ashwin Chandra wrote: Notice the pdb file changed in case. I think what is happening is that the compiler is generating the pdb file in all lower case on the first build run and when doing a second build run, it somehow knows the file is in lowercase now

[CMake] CMakeCache changing due to PDB

2009-07-31 Thread Ashwin Chandra
If I initiate a cmake build twice in a row (from clean state), the second time it does re-linking of files all over again. I have traced the problem and found that the build.make files in each project dir have changed. The only changes are the case of the PDB file. For example: $(CXX_FLAGS)