Help: Fix typo in genex docs.

would be require -> would require
This commit is contained in:
Stephen Kelly 2013-11-26 10:22:46 +01:00
parent b4727858c4
commit 97b0abb423
1 changed files with 1 additions and 1 deletions

View File

@ -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>>