mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
12 lines
459 B
ReStructuredText
12 lines
459 B
ReStructuredText
iphone-deployment-target
|
|
------------------------
|
|
|
|
* The minimum deployment target set in the
|
|
:variable:`CMAKE_OSX_DEPLOYMENT_TARGET` variable used to be only
|
|
applied for macOS regardless of the selected SDK. It is now properly
|
|
set for the target platform selected by :variable:`CMAKE_OSX_SYSROOT`.
|
|
|
|
If for example the sysroot variable specifies an iOS SDK then the
|
|
value in ``CMAKE_OSX_DEPLOYMENT_TARGET`` is interpreted as minimum
|
|
iOS version.
|