ctest_build: Add QUIET option

This commit is contained in:
Zack Galbreath
2015-02-17 13:41:40 -05:00
committed by Brad King
parent f999dc0bbf
commit 49ba4545c2
9 changed files with 99 additions and 40 deletions

View File

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