Merge topic 'macOS-sdk-latest'

17e13fb6d0 macOS: Always pick latest SDK if user has not set one explicitly

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5012
This commit is contained in:
Brad King
2020-07-16 14:16:21 +00:00
committed by Kitware Robot
2 changed files with 22 additions and 21 deletions
+10
View File
@@ -0,0 +1,10 @@
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.