[vtk-developers] FindPackage not working in new module system

Ben Boeckel ben.boeckel at kitware.com
Thu Jan 10 12:29:32 EST 2019


On Thu, Jan 10, 2019 at 12:18:37 -0500, Aron Helser wrote:
> include("${VTK_USE_FILE}")

VTK_USE_FILE isn't provided anymore since it isn't necessary.
`find_package(VTK)` is all that is necessary.

--Ben


More information about the vtk-developers mailing list