Skip to content

Commit

Permalink
fixed vtkRendering to compile with openGL
Browse files Browse the repository at this point in the history
  • Loading branch information
daron1337 committed Mar 22, 2016
1 parent 01fcc39 commit 250bfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtkVmtk/Rendering/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if( ${VTK_VERSION_MAJOR} GREATER 6 )
set( VTK_VMTK_RENDERING_COMPONENTS
vtkCommonCore
vtkInteractionWidgets
vtkRenderingOpenGL2
vtkRendering${VMTK_RENDERING_BACKEND}
)
if (VTK_WRAP_PYTHON AND VTK_VMTK_WRAP_PYTHON)
list(APPEND VTK_VMTK_RENDERING_COMPONENTS
Expand Down

0 comments on commit 250bfe1

Please sign in to comment.