Skip to content
  • Brad King's avatar
    Simplify VS generator ZERO_CHECK dependency · 524bb1e3
    Brad King authored
    The VS generators use a ZERO_CHECK target on which all other targets
    depend to check whether CMake needs to re-run.  This commit simplifies
    the addition of a dependency on the target to all other targets.
    
    We also move addition of dependencies to the beginning of the Generate
    step.  This allows the dependency on ZERO_CHECK to be included in the
    global inter-target dependency analysis.
    524bb1e3