Skip to content
Snippets Groups Projects
Commit 15baa6d9 authored by Mathieu Westphal (Kitware)'s avatar Mathieu Westphal (Kitware) :zap: Committed by Kitware Robot
Browse files

Merge topic 'fix_xrinterface_config'


662115d3 Fix the configuration and build of XRInterface plugin

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Reviewed-by: default avatarTiffany Chhim <tiffany.chhim@kitware.com>
Merge-request: !1053
parents 951ca003 662115d3
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,12 @@ if (PARAVIEW_BUILD_ID)
"-DPARAVIEW_BUILD_ID:STRING=${PARAVIEW_BUILD_ID}")
endif ()
if (openvr_enabled)
set(vtk_module_openvr_enabled YES)
else()
set(vtk_module_openvr_enabled NO)
endif()
if (openvr_enabled AND zeromq_enabled)
set(paraview_vr_collaboration_enabled TRUE)
else()
......@@ -220,6 +226,8 @@ superbuild_add_project(paraview
-DPARAVIEW_PLUGIN_ENABLE_NodeEditor:BOOL=${PARAVIEW_ENABLE_NODEEDITOR}
-DPARAVIEW_PLUGIN_ENABLE_LookingGlass:BOOL=${lookingglass_enabled}
-DPARAVIEW_PLUGIN_ENABLE_XRInterface:BOOL=${openvr_enabled}
-DPARAVIEW_XRInterface_OpenVR_Support:BOOL=${openvr_enabled}
-DVTK_MODULE_ENABLE_VTK_RenderingOpenVR:STRING=${vtk_module_openvr_enabled}
# No netcdftime module in the package.
-DPARAVIEW_PLUGIN_ENABLE_NetCDFTimeAnnotationPlugin:BOOL=OFF
-DPARAVIEW_PYTHON_VERSION:STRING=3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment