From 7eef823e14e98fc003931ec426fee3033e83381e Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 5 Jun 2014 11:58:49 +0200 Subject: [PATCH] Help: Add comma to assist parsing of ctest_build command docs. --- Help/command/ctest_build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/command/ctest_build.rst b/Help/command/ctest_build.rst index 1347b420c..4a95cdde7 100644 --- a/Help/command/ctest_build.rst +++ b/Help/command/ctest_build.rst @@ -23,7 +23,7 @@ The APPEND option marks results for append to those previously submitted to a dashboard server since the last ctest_start. Append semantics are defined by the dashboard server in use. -If set the contents of the variable CTEST_BUILD_FLAGS are passed as +If set, the contents of the variable CTEST_BUILD_FLAGS are passed as additional arguments to the underlying build command. This can e.g. be used to trigger a parallel build using the -j option of make. See :module:`ProcessorCount` for an example.