blob: 7a20a6d580a997c307bf987bd31e5b12c8f35e35 (
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 minimum
iOS version.
|