diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2014-05-23 17:45:33 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2014-05-23 17:45:33 (GMT) |
commit | b8d6ab6040e23694e3486a3549dfa9d624dd6a61 (patch) | |
tree | bed012d97dafd16ae0a88191086291bd74ab628c /Help/command/ctest_build.rst | |
parent | 8ae05b420e513252d1fd68dc6085d8dd92f3e624 (diff) | |
download | CMake-b8d6ab6040e23694e3486a3549dfa9d624dd6a61.zip CMake-b8d6ab6040e23694e3486a3549dfa9d624dd6a61.tar.gz CMake-b8d6ab6040e23694e3486a3549dfa9d624dd6a61.tar.bz2 |
Help: describe CTEST_BUILD_FLAGS
Diffstat (limited to 'Help/command/ctest_build.rst')
-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 ac2a0c1..1347b42 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. |