Re: [CMake] cmake install behaviour with git

2015-09-30 Thread Jörg Kreuzberger
> > > > Now install behaves differnt, cause cmake checks only file time difference. > Files previously overwritten are now > > considered Up-to-date > > Why would you want to overwrite files that have not changed? This comes from installs, there we install some configuration files with the bu

Re: [CMake] How to create a custom solution with Visual Studio 2010 generator?

2015-09-30 Thread Golebiewski, Jakub
Hi, So I've sort of solved my initial problem by simply moving from VS2010 to VS2013. I'm still using VS2010 toolchain but in VS2013 IDE and it performs much much better and can handle ~600 project solutions. Thanks everybody for help, Regards, JG > -Original Message- > From: CMake [m

Re: [CMake] cmake install behaviour with git

2015-09-30 Thread Jakob van Bethlehem
Hej, > > Now install behaves differnt, cause cmake checks only file time difference. > Files previously overwritten are now > considered Up-to-date Why would you want to overwrite files that have not changed? > Has anyone found a solution for this after a git migration? We’re using CMake wit