summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-11-26 09:22:46 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-11-26 11:10:25 (GMT)
commit97b0abb4230b2901ad7f0921cb100ae88e310efc (patch)
tree2e48488fb4c4761518f5ad1673107fb97533dcad /Help/manual
parentb4727858c482b85a8d0b9d4afb2d77c3167ad770 (diff)
downloadCMake-97b0abb4230b2901ad7f0921cb100ae88e310efc.zip
CMake-97b0abb4230b2901ad7f0921cb100ae88e310efc.tar.gz
CMake-97b0abb4230b2901ad7f0921cb100ae88e310efc.tar.bz2
Help: Fix typo in genex docs.
would be require -> would require
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-generator-expressions.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst
index 2a2b7dc..bd9e7c2 100644
--- a/Help/manual/cmake-generator-expressions.7.rst
+++ b/Help/manual/cmake-generator-expressions.7.rst
@@ -154,7 +154,7 @@ comparison::
generates a string of the entries in the :prop_tgt:`INCLUDE_DIRECTORIES` target
property with each entry preceeded by ``-I``. Note that a more-complete use
-in this situation would be require first checking if the INCLUDE_DIRECTORIES
+in this situation would require first checking if the INCLUDE_DIRECTORIES
property is non-empty::
$<$<BOOL:$<TARGET_PROPERTY:INCLUDE_DIRECTORIES>>:-I$<JOIN:$<TARGET_PROPERTY:INCLUDE_DIRECTORIES>, -I>>