in makefile :-L/home/Projects/3rdParty/vtk/lib -lvtkInteractionStyle-9.0
while compiled the project,run into a link error:
libvtkInteractionStyle-9.0.so: undefined reference to `vtkExtractEdges::New()’
btw, platform is ubuntu20.04;the version of vtk is 9.0,compiled by cmakelist
thx
Thanks. It looks like there’s a missing dep in our graph. In the meantime, add vtkFiltersCore
to the link line as well.
MR: https://gitlab.kitware.com/vtk/vtk/-/merge_requests/9660