mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
17e13fb6d0
Apple tech note QA1806 recommends always building against the latest SDK. Fixes: #20949
11 lines
333 B
ReStructuredText
11 lines
333 B
ReStructuredText
macOS-sdk-latest
|
|
----------------
|
|
|
|
* Building for macOS will now use the latest SDK available on the system,
|
|
unless the user has explicitly chosen a SDK using :variable:`CMAKE_OSX_SYSROOT`.
|
|
|
|
The deployment target or system macOS version will not affect
|
|
the choice of SDK.
|
|
|
|
* macOS SDKs older than 10.5 are no longer supported.
|