mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
Help: Fix typo for CTEST_CUSTOM_WARNING_xxx vars
These variables apply to the `ctest_build` command, not `ctest_test` Relates: #19217
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user