Skip to content

Detect and filter "0 Warning(s)" in compiler output when detecting features

Walter Gray requested to merge yeswalrus/cmake:fix-vs2017-featuredetect into master

The change in !924 (merged) accidentally matches 0 Warning(s) in the output and always thinks a warning exists, thus failing all checks in Visual Studio builds.

Fixes: #16942 (closed)

Edited by Brad King

Merge request reports