Help: Add comma to assist parsing of ctest_build command docs.

This commit is contained in:
Stephen Kelly 2014-06-05 11:58:49 +02:00
parent 5fb9b16d0c
commit 7eef823e14
1 changed files with 1 additions and 1 deletions

View File

@ -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.