Skip to content

cmCustomCommand: Track main dependency explicitly

Takumi Nakamura requested to merge chapuni/cmake:main_dependency/trunk into master

Store the main dependency as the first entry in the dependency list plus a boolean member indicating its existence. Note that this slightly changes existing behavior: the main dependency was previously the last entry of the dependency list.

Topic-rename: custom-command-main-dependency

Edited by Brad King

Merge request reports