[vtkusers] vtkrendering module

ibr ibr_ex at yahoo.com
Thu Dec 17 10:57:06 EST 2015


wow the link solve the problem, thanks a lot. It looks like we need to use
different cmake statements e.g.
instead of this:
find_package(VTK COMPONENTS
  vtkFiltersSources
  vtkInteractionStyle
  vtkRendering${VTK_RENDERING_BACKEND}
)
  
we should use this:

find_package(VTK 6.0 REQUIRED NO_MODULE)
   



--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkrendering-module-tp5729977p5735569.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list