Re: [CMake] Triggers for isysroot

2012-03-12 Thread P. Martin
On Mar 11, 2012, Michael Wild them...@gmail.com wrote: I think it depends on what you set it to. If it's the default SDK, it doesn't get included. It could also be that the CMAKE_OSX_DEPLOYMENT_TARGET variable plays into this. Sadly, my Mac died quiet some time ago, so I can't check right

Re: [CMake] Triggers for isysroot

2012-03-11 Thread Michael Wild
On 03/11/2012 07:46 AM, P. Martin wrote: In CMake 2.8.7 on Lion, is there anything that would trigger -isysroot to appear in flags.make for a cxx program when there is no code by the devs to specifically add a -isysroot? Thanks. Yes, the CMAKE_OSX_SYSROOT in the cache does that. Michael --

Re: [CMake] Triggers for isysroot

2012-03-11 Thread P. Martin
On Mar 11, 2012, Michael Wild them...@gmail.com wrote: On 03/11/2012 07:46 AM, P. Martin wrote: In CMake 2.8.7 on Lion, is there anything that would trigger -isysroot to appear in flags.make for a cxx program when there is no code by the devs to specifically add a -isysroot? Thanks.

Re: [CMake] Triggers for isysroot

2012-03-11 Thread Michael Wild
On 03/11/2012 09:07 PM, P. Martin wrote: On Mar 11, 2012, Michael Wild them...@gmail.com wrote: On 03/11/2012 07:46 AM, P. Martin wrote: In CMake 2.8.7 on Lion, is there anything that would trigger -isysroot to appear in flags.make for a cxx program when there is no code by the devs to