Re: [CMake] Using ccache with Xcode generator

2016-04-09 Thread Craig Scott
So it took me some time to find a technique, but it turns out there is a way to get ccache working with the Xcode generator, just not through RULE_LAUNCH_COMPILE. The full article explaining how is now available here: https://crascit.com/2016/04/09/using-ccache-with-cmake/ The general gist of

Re: [CMake] Using ccache with Xcode generator

2016-02-01 Thread Gregor Jasny via CMake
Hello, On 01/02/16 04:52, Craig Scott wrote: > After a bit of experimenting, it seems that getting ccache working with the > Xcode generator isn't so straightforward. For Ninja and Unix Makefiles, the > RULE_LAUNCH_COMPILE global property nicely gives us the behaviour we want, > but this doesn't

[CMake] Using ccache with Xcode generator

2016-01-31 Thread Craig Scott
After a bit of experimenting, it seems that getting ccache working with the Xcode generator isn't so straightforward. For Ninja and Unix Makefiles, the RULE_LAUNCH_COMPILE global property nicely gives us the behaviour we want, but this doesn't work for Xcode. Under the constraint that we can't