diff options
author | Brad King <brad.king@kitware.com> | 2021-04-05 17:44:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-04-05 17:44:49 (GMT) |
commit | d206c8f1ec265d04321e463f919e35c5f9c2cfb8 (patch) | |
tree | b69ef8199f1f1ade3914be8bf8e2da8d9fe0d37e /Help/release/3.19.rst | |
parent | 004dbbaddd1a040b44cb637e298997e332f40f11 (diff) | |
parent | 19ff734e76a35d59eb0f973197cadb1c271c766c (diff) | |
download | CMake-d206c8f1ec265d04321e463f919e35c5f9c2cfb8.zip CMake-d206c8f1ec265d04321e463f919e35c5f9c2cfb8.tar.gz CMake-d206c8f1ec265d04321e463f919e35c5f9c2cfb8.tar.bz2 |
Merge tag 'v3.19.3' into backport-3.19-rel-file-table
Diffstat (limited to 'Help/release/3.19.rst')
-rw-r--r-- | Help/release/3.19.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Help/release/3.19.rst b/Help/release/3.19.rst index 60a8ecc..7ad27c8 100644 --- a/Help/release/3.19.rst +++ b/Help/release/3.19.rst @@ -385,3 +385,18 @@ Changes made since CMake 3.19.0 include the following. * The :variable:`CMAKE_ISPC_HEADER_SUFFIX` variable and corresponding :prop_tgt:`ISPC_HEADER_SUFFIX` target property were added to control the header suffix used by ``ISPC`` compiler generated headers. + +3.19.3 +------ + +* 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. |