Skip to content

Examples/Infovis: fix bogus find_package call

Ben Boeckel requested to merge ben.boeckel/vtk:fix-infovis-example into master

The example was reporting that VTK was not found no matter what because find_package was not actually being called. Fix the syntax used around it and update the rest of the code to actually work.

Merge request reports