diff options
author | Brad King <brad.king@kitware.com> | 2014-05-27 09:46:39 -0400 |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-05-27 09:46:39 -0400 |
commit | 07994577fc6ae9d392a5da82188cf10f7d4b0ea0 (patch) | |
tree | 00c7c960721e520827c84069b572fb21436d1780 /Help | |
parent | 6ca21345c85324e01b49975706bbac2bcde91267 (diff) | |
parent | b8d6ab6040e23694e3486a3549dfa9d624dd6a61 (diff) | |
download | cmake-07994577fc6ae9d392a5da82188cf10f7d4b0ea0.tar.gz |
Merge topic 'doc-CTEST_BUILD_FLAGS'
b8d6ab60 Help: describe CTEST_BUILD_FLAGS
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/ctest_build.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/command/ctest_build.rst b/Help/command/ctest_build.rst index ac2a0c1436..1347b420c3 100644 --- a/Help/command/ctest_build.rst +++ b/Help/command/ctest_build.rst @@ -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. |