BUG: paraview plugin not being built in merged version (closes #258)
change in configuration got missed
Merge request reports
Activity
As far as I can figure out, the
$targetType
was left in for static embedding of the OpenFOAM-VTK interface libraries (e.g.vtkPVReaders
) into thePV*
libraries.This may be useful for the more restrictive machines that don't handle dynamic libraries all that well, or if the
PV*
libraries are meant to be provided as a large binary library that has no additional dependencies on OpenFOAM itself.
Mentioned in commit 2025a2eb
Please register or sign in to reply