Re: [CMake] CMake Xcode SCC

2010-06-25 Thread Simon Drouin
Same for all project configurations like environment variables and others... I'm also looking for a solution to that problem. I guess the solution would be to make these settings available as CMake variables that are remembered by the CMake cache. So far I haven't found a way to do that, if it is

[CMake] CMake Xcode SCC

2010-06-24 Thread Glenn Hughes
Hi all, I'm using Xcode 3.2.2 and Perforce for my Source Code Control. Whenever I rebuild the Xcode project with cmake, Xcode loses its connection to the source code server and I have to reset it manually. Does anyone have a solution for this? Thanks in advance Glenn