mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-28 01:51:02 -06:00
Help: Fix typo in genex docs.
would be require -> would require
This commit is contained in:
@@ -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>>
|
||||||
|
|||||||
Reference in New Issue
Block a user