summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-04-07 14:06:47 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-04-07 14:06:56 (GMT)
commit69685003529977860f1a1216373cc60ce7a3826e (patch)
tree682bae7790a4cf4a00e9451ac781356fe0db6738 /Help/release
parenta1847844f0fe9b964c91fc5113222b5d5edfd554 (diff)
parent4aed96e2309e64571aabfda263b3ca4c4f62d619 (diff)
downloadCMake-69685003529977860f1a1216373cc60ce7a3826e.zip
CMake-69685003529977860f1a1216373cc60ce7a3826e.tar.gz
CMake-69685003529977860f1a1216373cc60ce7a3826e.tar.bz2
Merge topic 'ios-rpath-linker-flag'
4aed96e230 Apple: Set CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG on non-macOS too Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5980
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.20.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/3.20.rst b/Help/release/3.20.rst
index 9991eab..e452926 100644
--- a/Help/release/3.20.rst
+++ b/Help/release/3.20.rst
@@ -341,3 +341,9 @@ Changes made since CMake 3.20.0 include the following.
and ``Intl_IS_BUILTIN``, but they were not implemented correctly.
These have been removed and replaced with a single ``Intl_IS_BUILT_IN``
check, whose name is consistent with the :module:`FindIconv` module.
+
+* The ``-rpath`` linker flag is now specified as supported on all Apple
+ platforms, not just macOS. The ``install_name_dir`` used for
+ iOS, tvOS and watchOS should now default to ``@rpath`` instead of using
+ a full absolute path and failing at runtime when the library or framework
+ is embedded in an application bundle (see :prop_tgt:`XCODE_EMBED_<type>`).