mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
ParaViewFunctions: set VTK_RENDERING_BACKEND_DEFAULT=OpenGL2
This commit is contained in:
@ -503,6 +503,9 @@ unset buildType
|
|||||||
# Start with these general settings
|
# Start with these general settings
|
||||||
addCMakeVariable "BUILD_SHARED_LIBS:BOOL=ON VTK_USE_RPATH:BOOL=OFF"
|
addCMakeVariable "BUILD_SHARED_LIBS:BOOL=ON VTK_USE_RPATH:BOOL=OFF"
|
||||||
|
|
||||||
|
# Choose the new rendering engine
|
||||||
|
addCMakeVariable "VTK_RENDERING_BACKEND_DEFAULT=OpenGL2"
|
||||||
|
|
||||||
# Include development files in "make install"
|
# Include development files in "make install"
|
||||||
addCMakeVariable "PARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON"
|
addCMakeVariable "PARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user