Skip to content

Refactor custom command dependency evaluation

Brad King requested to merge brad.king/cmake:custom-command-cleanup into master

Simplify cmTargetTraceDependencies::CheckCustomCommand by reusing cmCustomCommandGenerator to evaluate generator expressions in COMMAND lines and DEPENDS.

Also perform other minor cleanups on custom command infrastructure.

Merge request reports