Skip to content

Commit

Permalink
BUG: Update VTK to restore support for complex gesture in SlicerVirtu…
Browse files Browse the repository at this point in the history
…alReality

References:
* KitwareMedical/SlicerVirtualReality#109
* KitwareMedical/SlicerVirtualReality#91

List of changes:

$ git shortlog 465e9dff6a..6efd97c519 --no-merges
Jean-Christophe Fillion-Robin (1):
      [Backport MR-9892] ENH: Re-introduce support for custom logic handling VR complex gesture
  • Loading branch information
jcfr committed Feb 21, 2023
1 parent 1716788 commit 7f19b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_VTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if((NOT DEFINED VTK_DIR OR NOT DEFINED VTK_SOURCE_DIR) AND NOT Slicer_USE_SYSTEM

set(_git_tag)
if("${Slicer_VTK_VERSION_MAJOR}" STREQUAL "9")
set(_git_tag "465e9dff6ab8f175391e8e05b9cabfc001fd5a14") # slicer-v9.1.20220125-efbe2afc2
set(_git_tag "6efd97c519d0cb813a31e52c232161e73b64a7e8") # slicer-v9.1.20220125-efbe2afc2
set(vtk_egg_info_version "9.1.20220125")
else()
message(FATAL_ERROR "error: Unsupported Slicer_VTK_VERSION_MAJOR: ${Slicer_VTK_VERSION_MAJOR}")
Expand Down

0 comments on commit 7f19b14

Please sign in to comment.