Skip to content

Correcting the place where the paraview plugin macro put the hierarchy file

The paraview plugin macro where previously using VTK_MODULES_DIR location to put the plugin Hierarchy.txt file generated by the Client Server wrapping. However, VTK_MODULES_MACRO cannot be redefined in a external plugin or vtk module.

This change make sure that the Hierarchy file is put simply into the plugin binary dir.

Fix #17982 (closed)

Edited by Mathieu Westphal (Kitware)

Merge request reports