Skip to content

Commit

Permalink
Merge pull request #1412 from antonio-rojas/opengl
Browse files Browse the repository at this point in the history
vtk: Add missing OpenGL link target
  • Loading branch information
ghutchis authored Oct 28, 2023
2 parents fd1c601 + f1a25b1 commit 50f9000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/vtk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ target_link_libraries(Vtk PUBLIC Avogadro::Rendering Avogadro::QtGui
VTK::RenderingOpenGL2 VTK::GUISupportQt VTK::RenderingVolumeOpenGL2
VTK::RenderingFreeType VTK::InteractionStyle VTK::ChartsCore VTK::ViewsContext2D
VTK::RenderingContextOpenGL2 VTK::DomainsChemistryOpenGL2 Qt::Widgets
PRIVATE GLEW::GLEW)
PRIVATE GLEW::GLEW OpenGL::GL)

vtk_module_autoinit(TARGETS Vtk MODULES
VTK::RenderingOpenGL2 VTK::GUISupportQt VTK::RenderingVolumeOpenGL2
Expand Down

0 comments on commit 50f9000

Please sign in to comment.