diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-05-27 21:55:29 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-05-27 21:55:45 (GMT) |
commit | ed593cbe645d7e5a0131b0695a607999e70af5c6 (patch) | |
tree | d4e63ee2479df3014eb20be55d1f72e2f45b7221 /Help | |
parent | 711f1bf1db0bbfb64323f81ee52864560776ebff (diff) | |
parent | 902af25512545db441043ea8f1fd2637fa1e1129 (diff) | |
download | CMake-ed593cbe645d7e5a0131b0695a607999e70af5c6.zip CMake-ed593cbe645d7e5a0131b0695a607999e70af5c6.tar.gz CMake-ed593cbe645d7e5a0131b0695a607999e70af5c6.tar.bz2 |
Merge topic 'doc-typo-CTEST_CUSTOM_WARNING_xxx'
902af25512 Help: Fix typo for CTEST_CUSTOM_WARNING_xxx vars
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3378
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CTEST_CUSTOM_WARNING_EXCEPTION.rst | 2 | ||||
-rw-r--r-- | Help/variable/CTEST_CUSTOM_WARNING_MATCH.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CTEST_CUSTOM_WARNING_EXCEPTION.rst b/Help/variable/CTEST_CUSTOM_WARNING_EXCEPTION.rst index 36fa37d..a03d473 100644 --- a/Help/variable/CTEST_CUSTOM_WARNING_EXCEPTION.rst +++ b/Help/variable/CTEST_CUSTOM_WARNING_EXCEPTION.rst @@ -2,6 +2,6 @@ CTEST_CUSTOM_WARNING_EXCEPTION ------------------------------ A list of regular expressions which will be used to exclude when detecting -warning messages in build outputs by the :command:`ctest_test` command. +warning messages in build outputs by the :command:`ctest_build` command. .. include:: CTEST_CUSTOM_XXX.txt diff --git a/Help/variable/CTEST_CUSTOM_WARNING_MATCH.rst b/Help/variable/CTEST_CUSTOM_WARNING_MATCH.rst index a35be96..18aa6b3 100644 --- a/Help/variable/CTEST_CUSTOM_WARNING_MATCH.rst +++ b/Help/variable/CTEST_CUSTOM_WARNING_MATCH.rst @@ -2,6 +2,6 @@ CTEST_CUSTOM_WARNING_MATCH -------------------------- A list of regular expressions which will be used to detect warning messages in -build outputs by the :command:`ctest_test` command. +build outputs by the :command:`ctest_build` command. .. include:: CTEST_CUSTOM_XXX.txt |