Merge topic 'doc-CTEST_BUILD_FLAGS'

b8d6ab60 Help: describe CTEST_BUILD_FLAGS
This commit is contained in:
Brad King 2014-05-27 09:46:39 -04:00 committed by CMake Topic Stage
commit 07994577fc
1 changed files with 5 additions and 0 deletions

View File

@ -22,3 +22,8 @@ of build errors and warnings detected.
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
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.