mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-12 04:20:01 -05:00
Help: Use `True and False` for IMPORTED values.
Only the first letter is capitalized. It is marked up.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user