summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/INSTALL_RPATH_USE_LINK_PATH.rst
diff options
context:
space:
mode:
authorBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-04-01 15:14:27 +0200
committerBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-04-04 15:13:58 +0200
commit456e0fb64f5c70191145c34104d6f25bd24b7b37 (patch)
treef728b6b9ea236c5d0bb84ba91a9e5dd7a04471bc /Help/prop_tgt/INSTALL_RPATH_USE_LINK_PATH.rst
parent5ad73b608d4fc7cc6b30017159b800802a503b0c (diff)
downloadcmake-456e0fb64f5c70191145c34104d6f25bd24b7b37.tar.gz
Help: Improve documentation formating
Diffstat (limited to 'Help/prop_tgt/INSTALL_RPATH_USE_LINK_PATH.rst')
-rw-r--r--Help/prop_tgt/INSTALL_RPATH_USE_LINK_PATH.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/prop_tgt/INSTALL_RPATH_USE_LINK_PATH.rst b/Help/prop_tgt/INSTALL_RPATH_USE_LINK_PATH.rst
index f0006f85b3..d8be9548a3 100644
--- a/Help/prop_tgt/INSTALL_RPATH_USE_LINK_PATH.rst
+++ b/Help/prop_tgt/INSTALL_RPATH_USE_LINK_PATH.rst
@@ -3,8 +3,8 @@ INSTALL_RPATH_USE_LINK_PATH
Add paths to linker search and installed rpath.
-INSTALL_RPATH_USE_LINK_PATH is a boolean that if set to true will
+``INSTALL_RPATH_USE_LINK_PATH`` is a boolean that if set to ``True`` will
append directories in the linker search path and outside the project
-to the INSTALL_RPATH. This property is initialized by the value of
-the variable CMAKE_INSTALL_RPATH_USE_LINK_PATH if it is set when a
+to the :prop_tgt:`INSTALL_RPATH`. This property is initialized by the value of
+the variable ``CMAKE_INSTALL_RPATH_USE_LINK_PATH`` if it is set when a
target is created.