summaryrefslogtreecommitdiffstats
path: root/Help/command/add_executable.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-09-12 15:41:36 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-15 18:12:49 (GMT)
commit441f2808eca5c1deed7e480ce3043c57c901b33c (patch)
treeff6f8e35a32be270def253dbcd41c3ef322f768a /Help/command/add_executable.rst
parent6ceb6511554c41c14eafe882e5b94c0438e69bbc (diff)
downloadCMake-441f2808eca5c1deed7e480ce3043c57c901b33c.zip
CMake-441f2808eca5c1deed7e480ce3043c57c901b33c.tar.gz
CMake-441f2808eca5c1deed7e480ce3043c57c901b33c.tar.bz2
Help: Fix reStructuredText syntax in auto-generated documents
Diffstat (limited to 'Help/command/add_executable.rst')
-rw-r--r--Help/command/add_executable.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/add_executable.rst b/Help/command/add_executable.rst
index 656af7c..d6fd929 100644
--- a/Help/command/add_executable.rst
+++ b/Help/command/add_executable.rst
@@ -49,7 +49,7 @@ the GLOBAL option extends visibility. It may be referenced like any
target built within the project. IMPORTED executables are useful for
convenient reference from commands like add_custom_command. Details
about the imported executable are specified by setting properties
-whose names begin in "IMPORTED_". The most important such property is
+whose names begin in ``IMPORTED_``. The most important such property is
IMPORTED_LOCATION (and its per-configuration version
IMPORTED_LOCATION_<CONFIG>) which specifies the location of the main
executable file on disk. See documentation of the IMPORTED_*