Skip to content

Commit d504181

Browse files
committed
ENH: Update from OpenVR 1.23.7 to 1.26.7
See https://github.com/ValveSoftware/openvr/releases/tag/v1.26.7
1 parent 881f850 commit d504181

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SuperBuild/External_OpenVR.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ ExternalProject_Include_Dependencies(${proj} PROJECT_VAR proj DEPENDS_VAR ${proj
2323
if((NOT OpenVR_INCLUDE_DIR OR NOT OpenVR_LIBRARY)
2424
AND NOT ${CMAKE_PROJECT_NAME}_USE_SYSTEM_${proj})
2525

26-
set(_version "1.23.7")
26+
set(_version "1.26.7")
2727

2828
ExternalProject_Add(${proj}
2929
${${proj}_EP_ARGS}
3030
URL "https://github.com/ValveSoftware/openvr/archive/v${_version}.tar.gz"
31-
URL_MD5 "a0319e1f6574dbc949abd8d27db5345c"
31+
URL_MD5 "46066cfde8bdeaed08278c07e3cf09d3"
3232
DOWNLOAD_DIR ${CMAKE_BINARY_DIR}
3333
SOURCE_DIR ${CMAKE_BINARY_DIR}/${proj}
3434
BUILD_IN_SOURCE 1

0 commit comments

Comments
 (0)