ctest_upload: Add QUIET option

This commit is contained in:
Zack Galbreath
2015-02-18 09:15:29 -05:00
committed by Brad King
parent 0b87b2a339
commit ff1ddd2a73
9 changed files with 44 additions and 3 deletions
+4 -1
View File
@@ -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.