summaryrefslogtreecommitdiff
path: root/Help/command/utility_source.rst
diff options
context:
space:
mode:
authorMichael Scott <michael.scott250@gmail.com>2015-06-04 22:51:22 +0100
committerBrad King <brad.king@kitware.com>2015-06-08 16:28:31 -0400
commitc3f40f4fd98388a2fd31c707e7225d33a7fc76f6 (patch)
tree4b76a32ab9bf416fe1b5d5bd60bc68e1f267b3a7 /Help/command/utility_source.rst
parentd17aa60659a1a69f9101c61a149eca5842291226 (diff)
downloadcmake-c3f40f4fd98388a2fd31c707e7225d33a7fc76f6.tar.gz
Help: Improve formatting of command documentation
Use inline reStructuredText markup and add cross-references in more places.
Diffstat (limited to 'Help/command/utility_source.rst')
-rw-r--r--Help/command/utility_source.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/utility_source.rst b/Help/command/utility_source.rst
index 5122e520ac..ee34492c30 100644
--- a/Help/command/utility_source.rst
+++ b/Help/command/utility_source.rst
@@ -12,11 +12,11 @@ Specify the source tree of a third-party utility.
When a third-party utility's source is included in the distribution,
this command specifies its location and name. The cache entry will
-not be set unless the path_to_source and all listed files exist. It
+not be set unless the ``path_to_source`` and all listed files exist. It
is assumed that the source tree of the utility will have been built
before it is needed.
-When cross compiling CMake will print a warning if a utility_source()
+When cross compiling CMake will print a warning if a ``utility_source()``
command is executed, because in many cases it is used to build an
executable which is executed later on. This doesn't work when cross
compiling, since the executable can run only on their target platform.