Building with VTK when VTK Backend is Opengl2
Hi - when I configure CMake for a build WITH_VTK, I get an error that it is looking for vtkRenderOpenGL. However, because my VTK build is with OpenGL2 backend, there is no such module and the actual module is vtkRenderOpenGL2. How do I solve this problem?
Thanks