diff options
author | Brad King <brad.king@kitware.com> | 2015-10-22 14:32:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-22 14:32:28 (GMT) |
commit | 6b518be61bdf79900a80b50984ea164bdbf5cf3f (patch) | |
tree | e27057bfe14bf78c63fa5dca5497b6705610f8ba /Help | |
parent | 498db9b9bcfdf391ff89ffc0b273a65d0bc1bd7e (diff) | |
parent | 194011b86f0d41c9f4cd10bdc3e4bf327db3d9d2 (diff) | |
download | CMake-6b518be61bdf79900a80b50984ea164bdbf5cf3f.zip CMake-6b518be61bdf79900a80b50984ea164bdbf5cf3f.tar.gz CMake-6b518be61bdf79900a80b50984ea164bdbf5cf3f.tar.bz2 |
Merge branch 'doc-add_executable-typo' into release
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/add_executable.rst | 2 |
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 |