Skip to content

Commit

Permalink
#24 fix vtk components
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed May 16, 2024
1 parent 5168572 commit 4f210b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@ if(VTK_MAJOR_VERSION LESS 7)
)
elseif(VTK_MAJOR_VERSION LESS 9)
find_package(VTK REQUIRED COMPONENTS
vtkFiltersProgrammable
vtkFiltersVerdict
vtkInteractionStyle
vtkIOImage
vtkIOMovie
vtkRenderingAnnotation
vtkRenderingCore
vtkRenderingFreeType
vtkRenderingOpenGL
vtkRenderingOpenGL2
vtkWrappingPythonCore
)
else()
Expand Down

0 comments on commit 4f210b4

Please sign in to comment.