Skip to content

Commit 4f210b4

Browse files
committed
#24 fix vtk components
1 parent 5168572 commit 4f210b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,15 @@ if(VTK_MAJOR_VERSION LESS 7)
4646
)
4747
elseif(VTK_MAJOR_VERSION LESS 9)
4848
find_package(VTK REQUIRED COMPONENTS
49+
vtkFiltersProgrammable
50+
vtkFiltersVerdict
4951
vtkInteractionStyle
5052
vtkIOImage
5153
vtkIOMovie
5254
vtkRenderingAnnotation
5355
vtkRenderingCore
5456
vtkRenderingFreeType
55-
vtkRenderingOpenGL
57+
vtkRenderingOpenGL2
5658
vtkWrappingPythonCore
5759
)
5860
else()

0 commit comments

Comments
 (0)