iphone-deployment-target.rst 459 B

1234567891011
  1. iphone-deployment-target
  2. ------------------------
  3. * The minimum deployment target set in the
  4. :variable:`CMAKE_OSX_DEPLOYMENT_TARGET` variable used to be only
  5. applied for macOS regardless of the selected SDK. It is now properly
  6. set for the target platform selected by :variable:`CMAKE_OSX_SYSROOT`.
  7. If for example the sysroot variable specifies an iOS SDK then the
  8. value in ``CMAKE_OSX_DEPLOYMENT_TARGET`` is interpreted as minimum
  9. iOS version.