mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 16:18:43 -05:00
ctest_update: Add QUIET option
This commit is contained in:
committed by
Brad King
parent
19d1a5599a
commit
645ad117e1
@@ -5,9 +5,14 @@ Update the work tree from version control.
|
||||
|
||||
::
|
||||
|
||||
ctest_update([SOURCE source] [RETURN_VALUE res])
|
||||
ctest_update([SOURCE source] [RETURN_VALUE res] [QUIET])
|
||||
|
||||
Updates the given source directory and stores results in Update.xml.
|
||||
If no SOURCE is given, the CTEST_SOURCE_DIRECTORY variable is used.
|
||||
The RETURN_VALUE option specifies a variable in which to store the
|
||||
result, which is the number of files updated or -1 on error.
|
||||
|
||||
If QUIET is specified then CTest will suppress most non-error
|
||||
messages that it would have otherwise printed to the console.
|
||||
CTest will still report the new revision of the repository
|
||||
and any conflicting files that were found.
|
||||
|
||||
Reference in New Issue
Block a user