Skip to content
  • Brad King's avatar
    Skip file-level dependencies on custom targets (#11332) · ced1d5ec
    Brad King authored
    A custom command may name a target created by add_custom_target in its
    DEPENDS field.  Treat this case as a target-level dependency only since
    a custom target provides no standard file on which to add a file-level
    dependency.
    ced1d5ec