summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-14 12:16:31 (GMT)
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-14 13:43:45 (GMT)
commit17e13fb6d0d317392d031abde3b3f0df640d8b3e (patch)
tree9fdd58ccee497d025c139cc3fbca504c90698201 /Help
parent8e7922e3828309f5c36d588be4ece7e9e324e8b9 (diff)
downloadCMake-17e13fb6d0d317392d031abde3b3f0df640d8b3e.zip
CMake-17e13fb6d0d317392d031abde3b3f0df640d8b3e.tar.gz
CMake-17e13fb6d0d317392d031abde3b3f0df640d8b3e.tar.bz2
macOS: Always pick latest SDK if user has not set one explicitly
Apple tech note QA1806 recommends always building against the latest SDK. Fixes: #20949
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/macOS-sdk-latest.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/macOS-sdk-latest.rst b/Help/release/dev/macOS-sdk-latest.rst
new file mode 100644
index 0000000..c5ac3a6
--- /dev/null
+++ b/Help/release/dev/macOS-sdk-latest.rst
@@ -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.