diff options
author | Jaak Ristioja <jaak@ristioja.ee> | 2020-03-23 12:47:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-03-23 13:46:08 (GMT) |
commit | 356c7cec2cedec15019bbfc04ad4cf7a0ee5ad42 (patch) | |
tree | 00de2037cc73976e5eac272ecece51b1a73f428f /Help/variable | |
parent | e3185e3d1b92a95c18f22f70b3cef6944dd019eb (diff) | |
download | CMake-356c7cec2cedec15019bbfc04ad4cf7a0ee5ad42.zip CMake-356c7cec2cedec15019bbfc04ad4cf7a0ee5ad42.tar.gz CMake-356c7cec2cedec15019bbfc04ad4cf7a0ee5ad42.tar.bz2 |
Help: Fixed typo in CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst
Signed-off-by: Jaak Ristioja <jaak@ristioja.ee>
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst | 2 |
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. |