ParaViewFunctions: Updated VTK_RENDERING_BACKEND_DEFAULT to VTK_RENDERING_BACKEND

Resolves bug-report http://bugs.openfoam.org/view.php?id=2289
This commit is contained in:
Henry Weller
2016-10-11 08:39:32 +01:00
parent 7f5367013c
commit 9639685e8f

View File

@ -504,7 +504,7 @@ unset buildType
addCMakeVariable "BUILD_SHARED_LIBS:BOOL=ON VTK_USE_RPATH:BOOL=OFF"
# Choose the new rendering engine
addCMakeVariable "VTK_RENDERING_BACKEND_DEFAULT=OpenGL2"
addCMakeVariable "VTK_RENDERING_BACKEND=OpenGL2"
# Include development files in "make install"
addCMakeVariable "PARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON"