Skip to content

cmCustomCommandGenerator: Avoid mutable state

Brad King requested to merge brad.king/cmake:ccg-no-mutable into master

Expand generator expressions of DEPENDS in the constructor instead of on-demand.

Merge request reports