summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2016-01-28 10:52:15 +0100
committerBrad King <brad.king@kitware.com>2016-01-28 10:12:50 -0500
commit88968265e24bc294b4055d7db8a1f9ffbaf73698 (patch)
treea7f2f24a991a70813efbd0272f53d8748b3c2737
parent656768cffe981e02f12fe51d6723d21176a46329 (diff)
downloadcmake-88968265e24bc294b4055d7db8a1f9ffbaf73698.tar.gz
Help: Improve markup in `get_target_property` documentation
-rw-r--r--Help/command/get_target_property.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/get_target_property.rst b/Help/command/get_target_property.rst
index 7798252990..2a72c3af7a 100644
--- a/Help/command/get_target_property.rst
+++ b/Help/command/get_target_property.rst
@@ -13,6 +13,6 @@ the variable ``VAR``. If the property is not found, ``VAR`` will be set to
Properties are usually used to control how a target is built, but some
query the target instead. This command can get properties for any
target so far created. The targets do not need to be in the current
-CMakeLists.txt file.
+``CMakeLists.txt`` file.
See also the more general :command:`get_property` command.