summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/IMPORTED.rst
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-03 13:22:01 (GMT)
committerBrad King <brad.king@kitware.com>2014-02-06 21:15:54 (GMT)
commitf371545d3b2b77ad1456f6175e7580ce049f8a68 (patch)
tree8ff6c1bb8ada659f267be182eb509bd10e3786a5 /Help/prop_tgt/IMPORTED.rst
parent3879c847825d40a439b0ec55421309ab9b33c1ee (diff)
downloadCMake-f371545d3b2b77ad1456f6175e7580ce049f8a68.zip
CMake-f371545d3b2b77ad1456f6175e7580ce049f8a68.tar.gz
CMake-f371545d3b2b77ad1456f6175e7580ce049f8a68.tar.bz2
Help: Use ``True`` and ``False`` for IMPORTED values.
Only the first letter is capitalized. It is marked up.
Diffstat (limited to 'Help/prop_tgt/IMPORTED.rst')
-rw-r--r--Help/prop_tgt/IMPORTED.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/prop_tgt/IMPORTED.rst b/Help/prop_tgt/IMPORTED.rst
index bf9835e..605c1ce 100644
--- a/Help/prop_tgt/IMPORTED.rst
+++ b/Help/prop_tgt/IMPORTED.rst
@@ -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.