Skip to content

Ninja Multi-Config: Fix crash on custom command config with no output

Brad King requested to merge brad.king/cmake:nmc-cc-no-output into master

With generator expressions in a custom command's OUTPUT and BYPRODUCTS, it is possible to have no outputs at all for a particular configuration. Generate no rule in this case.

Fixes: #21989 (closed)
Backport: release

Merge request reports