Skip to content
Snippets Groups Projects
Commit 5d654612 authored by Utkarsh Ayachit's avatar Utkarsh Ayachit
Browse files

cmake: update to `VTK_ENABLE_VR_COLLABORATION`

`VTK_ENABLE_OPENVR_COLLABORATION` was changed to
`VTK_ENABLE_VR_COLLABORATION` in VTK. Hence this change is needed.
parent 62287278
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ if (PARAVIEW_OpenVR_Imago_Support)
COMPILE_DEFINITIONS OPENVR_HAS_IMAGO_SUPPORT)
endif()
if (VTK_ENABLE_OPENVR_COLLABORATION)
if (VTK_ENABLE_VR_COLLABORATION)
set_property(SOURCE vtkPVOpenVRCollaborationClient.cxx APPEND PROPERTY
COMPILE_DEFINITIONS OPENVR_HAS_COLLABORATION
)
......
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