[vtk-developers] Missing Includes with new module system

Ben Boeckel ben.boeckel at kitware.com
Fri Jan 11 09:35:42 EST 2019


On Fri, Jan 11, 2019 at 09:24:48 -0500, Ben Boeckel wrote:
> OK, that's a bug. Will make an MR today.

Note that using VTK_LIBRARIES when not specifying components leads to
linking *all* of VTK's modules. I wouldn't recommend this for
deployments using VTK since you might end up linking Java, Python, and
other third party libraries. Probably fine for example builds though.

--Ben


More information about the vtk-developers mailing list