Skip to content

Revert "Fix unresolved external symbol vtkPVInitializePythonModules"

Ben Boeckel requested to merge ben.boeckel/paraview:python-static-cycle into master

This dependency creates a cycle in the build graph. Additionally, there is no reference to the vtkPVInitializePythonModules in this module, so it is the wrong place to add the link anyways.

This reverts commit a2364966 (!6375 (merged)).

Reported-by: Alexander Neumann


Cc: @Neumann-A

Merge request reports