Skip to content

Commit ad88eab

Browse files
YLouWashUmeta-codesync[bot]
authored andcommitted
{Build} Fixing Ocean library hash (#303)
Summary: X-link: facebookresearch/pyvrs#302 X-link: facebookresearch/vrs#217 Pull Request resolved: #303 This diff uses a fixed ocean library hash, instead of using master. Reviewed By: chpeng-fb Differential Revision: D86558903 fbshipit-source-id: c6148bb9803fbda93b5ce1742efb4b133c9852b6
1 parent 6d91b2c commit ad88eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindOcean.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include(FetchContent)
3030
FetchContent_Declare(
3131
ocean
3232
GIT_REPOSITORY https://github.com/facebookresearch/ocean.git
33-
GIT_TAG origin/main
33+
GIT_TAG 5fca1d27a9f37e868738b6db09a6b1e00723d80f # master branch, 2025.11.07
3434
)
3535
set(OCEAN_BUILD_MINIMAL ON)
3636
set(OCEAN_BUILD_TEST OFF)

0 commit comments

Comments
 (0)