summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-02 21:17:36 (GMT)
committerBrad King <brad.king@kitware.com>2015-04-03 14:52:21 (GMT)
commit6e331ce9d47c8f9adbf29ee0158b4307debbc02c (patch)
treedb413a7629a5d77a675b0a44300ab52fc789a340 /Help/manual
parentba9b9d79fb1a753c564be44e17e2d3b979f8108c (diff)
downloadCMake-6e331ce9d47c8f9adbf29ee0158b4307debbc02c.zip
CMake-6e331ce9d47c8f9adbf29ee0158b4307debbc02c.tar.gz
CMake-6e331ce9d47c8f9adbf29ee0158b4307debbc02c.tar.bz2
Help: Fix typo in cmake-packages(7) manual
relevnt => relevant
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-packages.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-packages.7.rst b/Help/manual/cmake-packages.7.rst
index b477cab..6ee9df9 100644
--- a/Help/manual/cmake-packages.7.rst
+++ b/Help/manual/cmake-packages.7.rst
@@ -375,7 +375,7 @@ to be incompatible.
Note that it is not advisable to populate any properties which may contain
paths, such as :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES` and
-:prop_tgt:`INTERFACE_LINK_LIBRARIES`, with paths relevnt to dependencies.
+:prop_tgt:`INTERFACE_LINK_LIBRARIES`, with paths relevant to dependencies.
That would hard-code into installed packages the include directory or library
paths for dependencies **as found on the machine the package was made on**.