diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2015-02-17 17:38:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-23 15:01:59 (GMT) |
commit | f999dc0bbf70dcf6167d77a1dedabefa12edaef2 (patch) | |
tree | d22f9afddb279068fd7d03dd142a6c7203327c24 /Help/command/ctest_configure.rst | |
parent | 645ad117e1c8b3b99fda128daad708a87c0a3f2e (diff) | |
download | CMake-f999dc0bbf70dcf6167d77a1dedabefa12edaef2.zip CMake-f999dc0bbf70dcf6167d77a1dedabefa12edaef2.tar.gz CMake-f999dc0bbf70dcf6167d77a1dedabefa12edaef2.tar.bz2 |
ctest_configure: Add QUIET option
Diffstat (limited to 'Help/command/ctest_configure.rst')
-rw-r--r-- | Help/command/ctest_configure.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Help/command/ctest_configure.rst b/Help/command/ctest_configure.rst index 2c4e305..61d9320 100644 --- a/Help/command/ctest_configure.rst +++ b/Help/command/ctest_configure.rst @@ -6,7 +6,7 @@ Configure the project build tree. :: ctest_configure([BUILD build_dir] [SOURCE source_dir] [APPEND] - [OPTIONS options] [RETURN_VALUE res]) + [OPTIONS options] [RETURN_VALUE res] [QUIET]) Configures the given build directory and stores results in Configure.xml. If no BUILD is given, the CTEST_BINARY_DIRECTORY @@ -19,3 +19,7 @@ build tool. 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 messages +that would have otherwise been printed to the console. Output from +the underlying configure command is not affected. |