Re: [CMake] Project that compiles all the files when a single file is modified

2011-10-14 Thread Mario Rodríguez
> > Date: Fri, 14 Oct 2011 14:28:29 + (UTC) > From: Wolfgang Maus > Subject: Re: [CMake] Project that compiles all the files when a single > file is modified > To: cmake@cmake.org > Message-ID: > Content-Type: text/plain; charset=utf-8 > > Mario Rodr?

Re: [CMake] Project that compiles all the files when a single file is modified

2011-10-14 Thread Wolfgang Maus
Mario Rodríguez writes: > > > Hi, > > I've reported an issue to Ms VS 2010 developer team and they have told me that its a corrupted project settings problem: > > http://social.msdn.microsoft.com/Forums/en/msbuild/thread/ceb35fc3-c8b3-49f9-b124-2fb5f8c7d5f0 > > > > "since I use VS 2010 SP1

Re: [CMake] Project that compiles all the files when a single file is modified

2011-10-14 Thread Rolf Eike Beer
> Doing cmake from scratch doesnt help, it seems to have the same behaviour > always... > Same application with same CMakelist.txt files with CMake VS2008 project > generator works fine, so CMake structure is OK. So the answer is that I'm > asking how can I manage to create a correct project. You

Re: [CMake] Project that compiles all the files when a single file is modified

2011-10-14 Thread Mario Rodríguez
Doing cmake from scratch doesnt help, it seems to have the same behaviour always... Same application with same CMakelist.txt files with CMake VS2008 project generator works fine, so CMake structure is OK. So the answer is that I'm asking how can I manage to create a correct project. 2011/10/14 Dav

Re: [CMake] Project that compiles all the files when a single file is modified

2011-10-14 Thread David Cole
If you're asking us what to do about this, then perhaps just blow your build tree away and regenerate a new one...? If it's really a corrupted project settings file, then you can just blow away the project settings files and the problem should be gone. If you're simply reporting this issue here so

[CMake] Project that compiles all the files when a single file is modified

2011-10-14 Thread Mario Rodríguez
Hi, I've reported an issue to Ms VS 2010 developer team and they have told me that its a corrupted project settings problem: http://social.msdn.microsoft.com/Forums/en/msbuild/thread/ceb35fc3-c8b3-49f9-b124-2fb5f8c7d5f0 "since I use VS 2010 SP1, when I modify only one file of a project, then th