Help: Use ``True`` and ``False`` for IMPORTED values.

Only the first letter is capitalized. It is marked up.
This commit is contained in:
Stephen Kelly 2014-02-03 14:22:01 +01:00 committed by Brad King
parent 3879c84782
commit f371545d3b
1 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@ IMPORTED
Read-only indication of whether a target is IMPORTED.
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
targets built within the project.
The boolean value of this property is ``True`` for targets created with
the IMPORTED option to :command:`add_executable` or :command:`add_library`.
It is ``False`` for targets built within the project.