<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 21, 2016 at 5:17 AM, FrankHeimes <span dir="ltr"><<a href="mailto:frank.heimes@live.de" target="_blank">frank.heimes@live.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm building VTK 6.3 using CMake 3.5.2 and Visual Studio 2015 on Windows.<br>
<br>
The call to   cmake ... -DVTK_RENDERING_BACKEND_<wbr>DEFAULT:STRING=OpenGL2<br>
succeeds with no problems. However, we need to stick to OpenGL and avoid<br>
dependencies on OpenGL2 features.<br>
<br>
The call to   cmake ... -DVTK_RENDERING_BACKEND_<wbr>DEFAULT:STRING=OpenGL  fails<br></blockquote><div><br></div><div>The usual way to set the backend is with VTK_RENDERING_BACKEND, not VTK_RENDERING_BACKEND_DEFAULT. Can you try changing your cmake command to set this variable instead?</div><div><br></div><div>Dave</div></div></div></div>