blob: e586df69a6eccb69067d41d935f7de58ea8c88e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 minium
iOS version.
|