summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/INSTALL_RPATH.rst
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2023-01-12 22:55:58 (GMT)
committerBrad King <brad.king@kitware.com>2023-01-20 16:28:55 (GMT)
commit434be1256e8bb7915d0abaf87688548151f2b5b8 (patch)
tree6b2ecbab3720f67bbde8a271c22b68abe5ed8d47 /Help/prop_tgt/INSTALL_RPATH.rst
parentf784c21567772012caa5cec77be055b496e1232c (diff)
downloadCMake-434be1256e8bb7915d0abaf87688548151f2b5b8.zip
CMake-434be1256e8bb7915d0abaf87688548151f2b5b8.tar.gz
CMake-434be1256e8bb7915d0abaf87688548151f2b5b8.tar.bz2
Help: improve docs for INSTALL_NAME_DIR
INSTALL_NAME_DIR now mentions BUILD_WITH_INSTALL_NAME_DIR. The INSTALL_NAME_DIR, INSTALL_RPATH and $<TARGET_RUNTIME_DLLS:tgt> documentation now mention the other two platforms respectively, to make it easier for developers who are not familiar with all three platforms,
Diffstat (limited to 'Help/prop_tgt/INSTALL_RPATH.rst')
-rw-r--r--Help/prop_tgt/INSTALL_RPATH.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/INSTALL_RPATH.rst b/Help/prop_tgt/INSTALL_RPATH.rst
index dd6bf89..e5110b8 100644
--- a/Help/prop_tgt/INSTALL_RPATH.rst
+++ b/Help/prop_tgt/INSTALL_RPATH.rst
@@ -31,3 +31,6 @@ the contents of ``INSTALL_RPATH`` are properly escaped in the
This property supports
:manual:`generator expressions <cmake-generator-expressions(7)>`.
+
+On Apple platforms, refer to the :prop_tgt:`INSTALL_NAME_DIR` target property.
+Under Windows, the :genex:`TARGET_RUNTIME_DLLS` generator expression is related.