Skip to content

Commit 096a65f

Browse files
SeaOtocinclusmeta-codesync[bot]
authored andcommitted
{Build} Fix compatibility with fmt 11+ (#365)
Summary: Pull Request resolved: #365 GitHub mac-latest host on GitHub CI is now shipping with fmt 11 and some include path have changed. We are fixing here to use the most recent version of VRS that include the fix for fmt 11+ library version. Reviewed By: PiotrBrzyski Differential Revision: D110772846 fbshipit-source-id: ac46ed4f85a332b55bea7cac8f6313d509c8c03e
1 parent 772095b commit 096a65f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/Setup3rdParty.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ FetchContent_Declare(
4040
FetchContent_Declare(
4141
vrs
4242
GIT_REPOSITORY https://github.com/facebookresearch/vrs.git
43-
GIT_TAG fff58fc32493552260449a7435c580aa4ae27451 # main Apr 21, 2026.
43+
GIT_TAG 125db715b73e2768723defcb88ccb755fabcd43d # main Jun 26, 2026.
4444
)
4545
# Override config for vrs
4646
option(UNIT_TESTS OFF)

0 commit comments

Comments
 (0)