Skip to content

C++ feature checks: Improve exclusion of "0 Warning(s)"

Brad King requested to merge brad.king/cmake:improve-msvc-feature-checks into master

Simply matching "0 Warning" may match "10 Warning(s)". Instead remove the entire 0 Warning(s) content from the MSBuild output before searching it for warnings.

This improves over !930 (merged).

Issue: #16942 (closed)

Edited by Brad King

Merge request reports