diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2015-02-17 18:41:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-23 15:01:59 (GMT) |
commit | 49ba4545c272f5bb00828dfe35e5a63749b4aa43 (patch) | |
tree | 1928e2bd3992f51fcedbe520af1f921bbc44a4b9 /Help/command/ctest_build.rst | |
parent | f999dc0bbf70dcf6167d77a1dedabefa12edaef2 (diff) | |
download | CMake-49ba4545c272f5bb00828dfe35e5a63749b4aa43.zip CMake-49ba4545c272f5bb00828dfe35e5a63749b4aa43.tar.gz CMake-49ba4545c272f5bb00828dfe35e5a63749b4aa43.tar.bz2 |
ctest_build: Add QUIET option
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 4a95cdd..e7a54d1 100644 --- a/Help/command/ctest_build.rst +++ b/Help/command/ctest_build.rst @@ -23,6 +23,11 @@ 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. +The QUIET option suppresses any CTest-specific non-error output +that would have been printed to the console otherwise. The summary +of warnings / errors, as well as the output from the native build tool +is unaffected by this option. + 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 |