Skip to content

Unconditionally import vtkParallelMPIModule.h

Cory Quammen requested to merge cory.quammen/vtk:fix-mpi-export into master

There is no need to do this only if USE_STDARG is not defined and in fact leads to compiler errors if USE_STDARG is defined because VTKPARALLELMPI_EXPORT does not get defined.

Backport: paraview/release

Merge request reports