mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
ctest_upload: Add QUIET option
This commit is contained in:
committed by
Brad King
parent
0b87b2a339
commit
ff1ddd2a73
@@ -5,7 +5,10 @@ Upload files to a dashboard server.
|
||||
|
||||
::
|
||||
|
||||
ctest_upload(FILES ...)
|
||||
ctest_upload(FILES ... [QUIET])
|
||||
|
||||
Pass a list of files to be sent along with the build results to the
|
||||
dashboard server.
|
||||
|
||||
The QUIET option suppresses any CTest-specific non-error output
|
||||
that would have been printed to the console otherwise.
|
||||
|
||||
Reference in New Issue
Block a user