mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user