summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/SKIP_BUILD_RPATH.rst
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2023-01-11 22:42:41 (GMT)
committerBrad King <brad.king@kitware.com>2023-01-20 16:28:06 (GMT)
commit66ad61ba797f7062224788b3ab578b5ed87370d5 (patch)
tree6c5dd24948b2b12f7568055c430b5098e92c63ef /Help/prop_tgt/SKIP_BUILD_RPATH.rst
parent25e7791dc11d2dc893138782ffb9175a41ea2608 (diff)
downloadCMake-66ad61ba797f7062224788b3ab578b5ed87370d5.zip
CMake-66ad61ba797f7062224788b3ab578b5ed87370d5.tar.gz
CMake-66ad61ba797f7062224788b3ab578b5ed87370d5.tar.bz2
Help: improve documentation for BUILD_RPATH
Now all properties related to BUILD_RPATH are linked from the documentation for BUILD_RPATH. SKIP_BUILD_RPATH now also refers to BUILD_RPATH.
Diffstat (limited to 'Help/prop_tgt/SKIP_BUILD_RPATH.rst')
-rw-r--r--Help/prop_tgt/SKIP_BUILD_RPATH.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/prop_tgt/SKIP_BUILD_RPATH.rst b/Help/prop_tgt/SKIP_BUILD_RPATH.rst
index 7086b1b..1fe170c 100644
--- a/Help/prop_tgt/SKIP_BUILD_RPATH.rst
+++ b/Help/prop_tgt/SKIP_BUILD_RPATH.rst
@@ -4,6 +4,7 @@ SKIP_BUILD_RPATH
Should rpaths be used for the build tree.
``SKIP_BUILD_RPATH`` is a boolean specifying whether to skip automatic
-generation of an rpath allowing the target to run from the build tree.
+generation of an rpath allowing the target to run from the build tree,
+see also the :prop_tgt:`BUILD_RPATH` target property.
This property is initialized by the value of the variable
:variable:`CMAKE_SKIP_BUILD_RPATH` if it is set when a target is created.