Skip to content

add an executable to do opengl detection

Ken Martin requested to merge ken-martin/vtk:add_opengl_system_probe into master

Added an executable that is always built regardless of if testing is on that checkes for OpenGL2 support. This can be used to help diagnose problems when users have a build using VTK that is not working and testing is off as it is by default.

Merge request reports