Help: Fix typo in genex docs.
would be require -> would require
This commit is contained in:
parent
b4727858c4
commit
97b0abb423
|
@ -154,7 +154,7 @@ comparison::
|
||||||
|
|
||||||
generates a string of the entries in the :prop_tgt:`INCLUDE_DIRECTORIES` target
|
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
|
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::
|
property is non-empty::
|
||||||
|
|
||||||
$<$<BOOL:$<TARGET_PROPERTY:INCLUDE_DIRECTORIES>>:-I$<JOIN:$<TARGET_PROPERTY:INCLUDE_DIRECTORIES>, -I>>
|
$<$<BOOL:$<TARGET_PROPERTY:INCLUDE_DIRECTORIES>>:-I$<JOIN:$<TARGET_PROPERTY:INCLUDE_DIRECTORIES>, -I>>
|
||||||
|
|
Loading…
Reference in New Issue