Help: Use ``True`` and ``False`` for IMPORTED values.
Only the first letter is capitalized. It is marked up.
This commit is contained in:
parent
3879c84782
commit
f371545d3b
|
@ -3,6 +3,6 @@ IMPORTED
|
||||||
|
|
||||||
Read-only indication of whether a target is IMPORTED.
|
Read-only indication of whether a target is IMPORTED.
|
||||||
|
|
||||||
The boolean value of this property is true for targets created with
|
The boolean value of this property is ``True`` for targets created with
|
||||||
the IMPORTED option to add_executable or add_library. It is false for
|
the IMPORTED option to :command:`add_executable` or :command:`add_library`.
|
||||||
targets built within the project.
|
It is ``False`` for targets built within the project.
|
||||||
|
|
Loading…
Reference in New Issue