diff options
author | Brad King <brad.king@kitware.com> | 2020-03-23 14:54:34 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-03-23 14:54:41 (GMT) |
commit | c1ad4a74d454bb3e80ae6b933b08373646f58c0a (patch) | |
tree | f4a48c6d5c1ede36d4ef2184508b3f3c8fe2aa3f | |
parent | 170087f0652a2f3717098470168501352295543a (diff) | |
parent | 356c7cec2cedec15019bbfc04ad4cf7a0ee5ad42 (diff) | |
download | CMake-c1ad4a74d454bb3e80ae6b933b08373646f58c0a.zip CMake-c1ad4a74d454bb3e80ae6b933b08373646f58c0a.tar.gz CMake-c1ad4a74d454bb3e80ae6b933b08373646f58c0a.tar.bz2 |
Merge topic 'doc-typo' into release-3.17
356c7cec2c Help: Fixed typo in CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4516
-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. |