Skip to content

Commit

Permalink
ENH: Update VTK to backport OpenXR error handling improvements
Browse files Browse the repository at this point in the history
List of VTK changes:

$ git shortlog abbbb1bc3..5c3135299 --no-merges
Jean-Christophe Fillion-Robin (2):
      [Backport MR-10450] OpenXR: Improve XrCheckOutput API fixing constness of level parameter
      [Backport MR-10450] OpenXRRemoting: Fix windows build using XrCheckOutput instead of XrCheckError

Mathieu Westphal (2):
      [Backport MR-10450] OpenXR: Generalize XrCheck* into a single method
      [Backport MR-10450] OpenXR: Downgrade action suggestions to debug output
  • Loading branch information
jcfr committed Aug 25, 2023
1 parent b1efab8 commit ec9a3b1
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 "abbbb1bc3a76e97ff2ea7428dd8bb3156efa5c36") # slicer-v9.2.20230607-1ff325c54
set(_git_tag "5c31352993bbcb8ef156881c9cd060d0eb4caa81") # slicer-v9.2.20230607-1ff325c54
set(vtk_egg_info_version "9.2.20230607")
else()
message(FATAL_ERROR "error: Unsupported Slicer_VTK_VERSION_MAJOR: ${Slicer_VTK_VERSION_MAJOR}")
Expand Down

0 comments on commit ec9a3b1

Please sign in to comment.