Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/Setup3rdParty.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FetchContent_Declare(
FetchContent_Declare(
vrs
GIT_REPOSITORY https://github.com/facebookresearch/vrs.git
GIT_TAG 29c585dcb9c4192a06e9d94a614b88731499381d # master Sept 15, 2025.
GIT_TAG fff58fc32493552260449a7435c580aa4ae27451 # main Apr 21, 2026.
)
# Override config for vrs
option(UNIT_TESTS OFF)
Expand Down
Loading