summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-03-23 14:54:34 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-03-23 14:54:42 (GMT)
commit1d9884fe7d7497597636b8c48446514c385e9f18 (patch)
tree786206f429cd6459acd7b759b6ed6cb503753b1a /Help/variable
parentaef934ff6326f4ddb9d3b56dfb3b8cbed4f24ac6 (diff)
parent356c7cec2cedec15019bbfc04ad4cf7a0ee5ad42 (diff)
downloadCMake-1d9884fe7d7497597636b8c48446514c385e9f18.zip
CMake-1d9884fe7d7497597636b8c48446514c385e9f18.tar.gz
CMake-1d9884fe7d7497597636b8c48446514c385e9f18.tar.bz2
Merge topic 'doc-typo'
356c7cec2c Help: Fixed typo in CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4516
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst b/Help/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst
index a99c108..34524d1 100644
--- a/Help/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst
+++ b/Help/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst
@@ -9,5 +9,5 @@ any directories outside the project that are in the linker search path or
contain linked library files. The directories are appended after the
value of the :prop_tgt:`INSTALL_RPATH` target property.
-This varibale is used to initialize the target property
+This variable is used to initialize the target property
:prop_tgt:`INSTALL_RPATH_USE_LINK_PATH` for all targets.