On 02/18/2014 03:02 AM, Kyle Sluder wrote:
> But I'm being stymied by CMake, which is insisting on setting
> CMAKE_OSX_SYSROOT to my current platform's SDK despite the fact that I'm
> using the Xcode generator.

It's designed for builds where everything is for a single OS X platform.
One would need to teach the generators to support target properties
like OSX_SYSROOT and OSX_DEPLOYMENT_TARGET to set the flags on a per-target
basis as a first-class feature.  We already have per-target OSX_ARCHITECTURES.

-Brad

-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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

Reply via email to