Skip to content
  • Ben Boeckel's avatar
    vtkModule: detect conflicting imported targets · c79f733f
    Ben Boeckel authored
    Some external packages export their targets without namespaces. This
    makes it fairly likely that a `MyProj::external` conflicts with an
    `external` target created by `find_package(external)`. Since this is an
    internal name in the external third party case, support mangling the
    name in this case.
    c79f733f