diff options
author | Brad King <brad.king@kitware.com> | 2021-01-07 21:56:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-01-07 21:56:48 (GMT) |
commit | 2d4d9cd37ad5dedfa2a550a87ec1f07130ba469a (patch) | |
tree | 2f5b8979cb5abed68b775ff506ce00c44952c44c /Help | |
parent | 63079b97f0ee2f6836f7574e90c1c3864340e950 (diff) | |
parent | 6410425e5b036dc643ea40343899c04cf8b2fc85 (diff) | |
download | CMake-2d4d9cd37ad5dedfa2a550a87ec1f07130ba469a.zip CMake-2d4d9cd37ad5dedfa2a550a87ec1f07130ba469a.tar.gz CMake-2d4d9cd37ad5dedfa2a550a87ec1f07130ba469a.tar.bz2 |
Merge branch 'backport-rel-macos-modern' into rel-macos-modern
Diffstat (limited to 'Help')
-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. |