summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-10-26 17:12:48 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-10-26 17:12:48 (GMT)
commit8e86e113bc738cf3cce13991ff6208305f950206 (patch)
tree325fb1f24566119497cd6e71c0772a6981b8a4d7 /Help/command
parent70d2f2aa610fe82f7eac4a4dab510ff8fa3e2638 (diff)
parent194011b86f0d41c9f4cd10bdc3e4bf327db3d9d2 (diff)
downloadCMake-8e86e113bc738cf3cce13991ff6208305f950206.zip
CMake-8e86e113bc738cf3cce13991ff6208305f950206.tar.gz
CMake-8e86e113bc738cf3cce13991ff6208305f950206.tar.bz2
Merge topic 'doc-add_executable-typo'
194011b8 Help: Add missing parenthesis in add_executable docs
Diffstat (limited to 'Help/command')
-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 4ed10e1..8b3fb57 100644
--- a/Help/command/add_executable.rst
+++ b/Help/command/add_executable.rst
@@ -14,7 +14,7 @@ files listed in the command invocation. The ``<name>`` corresponds to the
logical target name and must be globally unique within a project. The
actual file name of the executable built is constructed based on
conventions of the native platform (such as ``<name>.exe`` or just
-``<name>``.
+``<name>``).
By default the executable file will be created in the build tree
directory corresponding to the source tree directory in which the