Skip to content
  • David Gobbi's avatar
    Remove IMPLICIT_DEPENDS from vtkWrapPython rule · fb9b2e5c
    David Gobbi authored
    The IMPLICIT_DEPENDS is supposed to make the rule depend on all
    the included header files.  However, these dependencies are
    created the first time cmake is run and are not correctly amended
    for incremental builds when headers are added or removed.  The
    incremental builds will fail if a missing header is listed in a
    stale implicitly-generated dependency list.
    fb9b2e5c