Skip to content

C++ feature checks: Match warnings more strictly

Brad King requested to merge brad.king/cmake:cxx-checks-warning-match into master

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 (closed)

Merge request reports