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.
> 
> 
> Yes, the CMAKE_OSX_SYSROOT in the cache does that.
> 
> Michael


I made a hello world program in c++, building in a CMake project.
That variable gets defined during cmake.  It does not trigger the
inclusion of -isysroot /some/path/to/an/sdk in flags.make.
Thank you for your reply.
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to