Hi there,

I've collected the following links:

 
http://developer.apple.com/library/mac/#DOCUMENTATION/DeveloperTools/Conceptual/cross_development/Configuring/configuring.html#//apple_ref/doc/uid/10000163i-CH1-SW2
 To choose an SDK, you use the -isysroot option with the compiler and the -
syslibroot option with the linker. 
 
http://www.cocoabuilder.com/archive/xcode/291661-static-linking-syslibroot-and-macosx-deployment-target.html
 http://stackoverflow.com/questions/13964742/sdkroot-path-for-latest-sdk
 http://lists.apple.com/archives/xcode-users/2005/Dec/msg00524.html

 
http://developer.apple.com/library/mac/#DOCUMENTATION/DeveloperTools/Conceptual/cross_development/Using/using.html#//apple_ref/doc/uid/20002000-SW6
 Conditionally Compiling for Different SDKs


and I noticed cmake has lines like this:

 Modules/Platform/Darwin-Clang.cmake:  set(CMAKE_${lang}_SYSROOT_FLAG "-
isysroot")

and I used CMAKE_SYSROOT_FLAG as the --sysroot= variable, and there are many 
other references to CMAKE_OSX_SYSROOT.

I'm not familiar enough with OSX to know if the pre-existing OSX related 
sysroot features have any bearing on the new CMAKE_SYSROOT feature. Is it 
something to be concerned about? Should the features be unified? Should the 
new CMAKE_SYSROOT related variables be renamed to clarify difference?

Thanks,

Steve.


--

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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to