Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
f4d0d35a
Commit
f4d0d35a
authored
Oct 25, 2016
by
Ben Boeckel
⛰
Browse files
paraview: inform about the state of the mesa configuration
parent
b755213c
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/paraview.cmake
View file @
f4d0d35a
...
...
@@ -97,6 +97,11 @@ if (UNIX)
genericio cosmotools
)
endif
()
set
(
paraview_mesa_sb_available FALSE
)
if
(
PARAVIEW_DEFAULT_SYSTEM_GL AND mesa_enabled
)
set
(
paraview_mesa_sb_available TRUE
)
endif
()
superbuild_add_project
(
paraview
DEBUGGABLE
DEFAULT_ON
...
...
@@ -146,6 +151,10 @@ superbuild_add_project(paraview
-DVTK_USE_X:BOOL=
${
paraview_use_x
}
-DVTK_USE_CXX11_FEATURES:BOOL=
${
cxx11_enabled
}
# mesa flags
-DPARAVIEW_WITH_SUPERBUILD_MESA:BOOL=
${
paraview_mesa_sb_available
}
-DPARAVIEW_WITH_SUPERBUILD_MESA_SWR:BOOL=
${
MESA_SWR_ENABLED
}
# vrpn
-DPARAVIEW_BUILD_PLUGIN_VRPlugin:BOOL=
${
vrpn_enabled
}
-DPARAVIEW_USE_VRPN:BOOL=
${
vrpn_enabled
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment