Skip to content

Windows: Do not report manifest tool update notification as failure

Brad King requested to merge brad.king/cmake:windows-mt-update-quiet into master

A diagnostic message added in !1260 (merged) incorrectly reports the mt /notify_update special return code as a failure. Fix the logic to consider the special return codes as success.

Fixes: #17444 (closed)

Merge request reports