mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
ctest_build: Add QUIET option
This commit is contained in:
committed by
Brad King
parent
f999dc0bbf
commit
49ba4545c2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user