(0014652)
|
Brad King
|
2009-01-21 16:52
|
|
It does do copy-if-different. The problem is that the file gets generated differently too often. The order of projects written into the solution by 2.6.2 is based on internal pointer values. CMake 2.4 ordered targets by name which was always consistent. This problem was created when we implemented the feature to magically pull in dependent targets in a subproject solution file. I've committed a fix to restore the ordering by name.
/cvsroot/CMake/CMake/Source/cmGlobalVisualStudio71Generator.cxx,v <--
Source/cmGlobalVisualStudio71Generator.cxx
new revision: 1.51; previous revision: 1.50
/cvsroot/CMake/CMake/Source/cmGlobalVisualStudio7Generator.cxx,v <--
Source/cmGlobalVisualStudio7Generator.cxx
new revision: 1.103; previous revision: 1.102
/cvsroot/CMake/CMake/Source/cmGlobalVisualStudio7Generator.h,v <--
Source/cmGlobalVisualStudio7Generator.h
new revision: 1.46; previous revision: 1.45 |
|