Hello CMakers!<div><br></div><div>I am coding with some teammates that use Xcode as their IDE. Everything is working fine thanks to CMake, except for the following situation:</div><div><br></div><div>1. Developer X checkouts a project from svn and uses CMake to generate their Xcode project</div>

<div>2. Developer X succesfully compiles their executables and configures this executables in the Xcode environment (for example, he changes its arguments, library configurations for debugging, etc).</div><div>3. Developer Y checkouts the same project from svn and changes CMakeLists.txt (for example, he adds another library dependency or a new source file).</div>

<div>4. Developer Y commits its changes</div><div>5. Developer X updates its project and must re-generate their Xcode project.</div><div>6. PROBLEM: All changes made at step 2 were lost for Developer X.</div><div><br></div>

<div>Have any of you had this problem before? How can I maintain developer X&#39;s settings?</div><div><br></div><div>Thanks for your ideas!</div><div><br></div><div>David.</div>