Skip to content
  • Brad King's avatar
    Xcode: Use sysroot and deployment target to identify compiler · 0cce556b
    Brad King authored
    Use CMAKE_OSX_SYSROOT and CMAKE_OSX_DEPLOYMENT_TARGET to set the Xcode
    SDKROOT and MACOSX_DEPLOYMENT_TARGET build settings.  This is necessary
    because some versions of Xcode select a different compiler based on
    these settings.  We need to make sure the compiler identified during
    language initialization matches what will be used for the actual build.
    0cce556b