Skip to content

Make WhatModulesVTK.py ignore local files named vtk*

WhatModulesVTK.py currently crashes if your project have files with names matching vtk* (eg. vtkSomething.cxx). That is because of lines 199 and 210-211 which assumes a key exists in moduleDepencencies[m]

This patch does a first pass removing "modules" founds that have no key in moduleDepencencies

Merge request reports