PARAVIEW_ENABLE_QT + VTK_HAS_EGL warns on each render
The following build configuration fails to provide expected behavior
PARAVIEW_ENABLE_QT = ON
VTK_HAS_EGL = ON
VTK_USE_X = OFF
- Build successful
- ParaView Run and render successfully with warning at each render
GLEW could not be initialized: Missing GL version
This behavior is not expected, there shouldn't be any warnings.