Skip to content
  • Brad King's avatar
    Wrapping: Pass module name to vtk_wrap_hierarchy · 740809c4
    Brad King authored
    The first argument of `vtk_wrap_hierarchy` was accidentally unused and
    the `${vtk-module}` variable from the calling scope was used instead.
    Clean this up by passing the module name as the first argument and
    referencing it by that argument name.
    740809c4