summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-04-05 17:44:49 (GMT)
committerBrad King <brad.king@kitware.com>2021-04-05 17:44:49 (GMT)
commitd206c8f1ec265d04321e463f919e35c5f9c2cfb8 (patch)
treeb69ef8199f1f1ade3914be8bf8e2da8d9fe0d37e /Help
parent004dbbaddd1a040b44cb637e298997e332f40f11 (diff)
parent19ff734e76a35d59eb0f973197cadb1c271c766c (diff)
downloadCMake-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')
-rw-r--r--Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst1
-rw-r--r--Help/release/3.19.rst15
2 files changed, 16 insertions, 0 deletions
diff --git a/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst b/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst
index 2a79bca..836cc6b 100644
--- a/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst
+++ b/Help/prop_tgt/XCODE_LINK_BUILD_PHASE_MODE.rst
@@ -31,6 +31,7 @@ Possible values are:
* ``KNOWN_LOCATION``
The "Link Binary With Libraries" build phase will be used to link to another
target under the same conditions as with ``BUILT_ONLY`` and also:
+
- Imported library targets except those of type ``UNKNOWN``.
- Any non-target library specified directly with a path.
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.