diff options
author | Brad King <brad.king@kitware.com> | 2021-01-06 22:02:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-01-07 21:56:05 (GMT) |
commit | 6410425e5b036dc643ea40343899c04cf8b2fc85 (patch) | |
tree | e02fc7fcaa7c608ad6c1352d80a3209ed0b7708c /Help/release/3.19.rst | |
parent | bbec5a03c820a9f5a397bc3310cba9f123dcfd57 (diff) | |
download | CMake-6410425e5b036dc643ea40343899c04cf8b2fc85.zip CMake-6410425e5b036dc643ea40343899c04cf8b2fc85.tar.gz CMake-6410425e5b036dc643ea40343899c04cf8b2fc85.tar.bz2 |
ci: build separate macOS packages for macOS 10.13+ and macOS 10.10+
In order to support modern macOS features like Dark Mode, we need to use
Qt 5.15, which requires macOS 10.13. However, we still want to support
macOS 10.10 as well, for which we need to use Qt 5.9. Build separate
macOS packages for these use cases.
Fixes: #21606
Issue: #20825
Diffstat (limited to 'Help/release/3.19.rst')
-rw-r--r-- | Help/release/3.19.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/3.19.rst b/Help/release/3.19.rst index eb49c6f..7ad27c8 100644 --- a/Help/release/3.19.rst +++ b/Help/release/3.19.rst @@ -390,3 +390,13 @@ Changes made since CMake 3.19.0 include the following. ------ * A precompiled Linux ``aarch64`` binary is now provided on ``cmake.org``. + +* Two precompiled macOS binaries are now provided on ``cmake.org``: + + * The naming pattern ``cmake-$ver-macos-universal`` is a universal + binary with ``x86_64`` and ``arm64`` architectures. It requires + macOS 10.13 or newer. + + * The naming pattern ``cmake-$ver-macos10.10-universal`` is a universal + binary with ``x86_64`` and ``arm64`` architectures. It requires + macOS 10.10 or newer. |