mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
4ca5a815f2
Require the word "warning" to appear at the start of a line, after whitespace, or after a `:`. This is the same that CTest launchers use to match warnings. It avoids matching "warning" inside file paths. Fixes: #19019