Re: [CMake] Avoid losing changes in Xcode when changing CMakeLists.txt

2010-07-26 Thread Alexander Neundorf
On Thursday 22 July 2010, Michael Wild wrote: > On 22. Jul, 2010, at 15:57 , David Ojeda wrote: > > Hello CMakers! > > > > I am coding with some teammates that use Xcode as their IDE. Everything > > is working fine thanks to CMake, except for the following situation: > > > > 1. Developer X checkout

Re: [CMake] Avoid losing changes in Xcode when changing CMakeLists.txt

2010-07-22 Thread David Ojeda
Thank you Michael, I was afraid about this but I had to ask to try anyways :s On Thu, Jul 22, 2010 at 4:09 PM, Michael Wild wrote: > > On 22. Jul, 2010, at 15:57 , David Ojeda wrote: > > > Hello CMakers! > > > > I am coding with some teammates that use Xcode as their IDE. Everything > is > > wo

Re: [CMake] Avoid losing changes in Xcode when changing CMakeLists.txt

2010-07-22 Thread Michael Wild
On 22. Jul, 2010, at 15:57 , David Ojeda wrote: > Hello CMakers! > > I am coding with some teammates that use Xcode as their IDE. Everything is > working fine thanks to CMake, except for the following situation: > > 1. Developer X checkouts a project from svn and uses CMake to generate their >

[CMake] Avoid losing changes in Xcode when changing CMakeLists.txt

2010-07-22 Thread David Ojeda
Hello CMakers! I am coding with some teammates that use Xcode as their IDE. Everything is working fine thanks to CMake, except for the following situation: 1. Developer X checkouts a project from svn and uses CMake to generate their Xcode project 2. Developer X succesfully compiles their executab