From 194011b86f0d41c9f4cd10bdc3e4bf327db3d9d2 Mon Sep 17 00:00:00 2001 From: Christopher Dembia Date: Wed, 21 Oct 2015 23:10:39 -0700 Subject: [PATCH] Help: Add missing parenthesis in add_executable docs --- Help/command/add_executable.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/command/add_executable.rst b/Help/command/add_executable.rst index 4ed10e1cf..8b3fb5772 100644 --- a/Help/command/add_executable.rst +++ b/Help/command/add_executable.rst @@ -14,7 +14,7 @@ files listed in the command invocation. The ```` 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 ``.exe`` or just -````. +````). By default the executable file will be created in the build tree directory corresponding to the source tree directory in which the