summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-01-06 15:17:54 (GMT)
committerBrad King <brad.king@kitware.com>2014-01-07 14:38:00 (GMT)
commit6cfe6b881daab46abf97b8e8ccca3f906f8256fe (patch)
tree1225b837eeec076ecb481e9564c52d603c716985
parentb7deca4a54991c4c596cbd7ee209988785bfcd44 (diff)
downloadCMake-6cfe6b881daab46abf97b8e8ccca3f906f8256fe.zip
CMake-6cfe6b881daab46abf97b8e8ccca3f906f8256fe.tar.gz
CMake-6cfe6b881daab46abf97b8e8ccca3f906f8256fe.tar.bz2
Help: Fix typo: 'target' -> 'target property'
-rw-r--r--Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst b/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst
index 2bc1881..3e6c4d1 100644
--- a/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst
+++ b/Help/prop_tgt/AUTOGEN_TARGET_DEPENDS.rst
@@ -9,6 +9,6 @@ files. As this ``_automoc`` target is created at generate-time, it is not
possible to define dependencies of it, such as to create inputs for the ``moc``
executable.
-The ``AUTOGEN_TARGET_DEPENDS`` target can be set instead to a list of dependencies
-for the ``_automoc`` target. The buildsystem will be generated to depend on its
-contents.
+The ``AUTOGEN_TARGET_DEPENDS`` target property can be set instead to a list of
+dependencies for the ``_automoc`` target. The buildsystem will be generated to
+depend on its contents.