From 6e331ce9d47c8f9adbf29ee0158b4307debbc02c Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 2 Apr 2015 17:17:36 -0400 Subject: [PATCH] Help: Fix typo in cmake-packages(7) manual relevnt => relevant --- Help/manual/cmake-packages.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/manual/cmake-packages.7.rst b/Help/manual/cmake-packages.7.rst index b477cab59..6ee9df9a6 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**.