Skip to content

Commit 4cf5fe2

Browse files
YLouWashUfacebook-github-bot
authored andcommitted
{Build} Fixing Ocean library hash (#302)
Summary: X-link: facebookresearch/vrs#217 X-link: facebookresearch/projectaria_tools#303 This diff uses a fixed ocean library hash, instead of using master. Reviewed By: chpeng-fb Differential Revision: D86558903
1 parent d99bc1d commit 4cf5fe2

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 origin/main # TODO: update this to a specific Hash after pyvrs master CI is fixed.
3434
)
3535
set(OCEAN_BUILD_MINIMAL ON)
3636
set(OCEAN_BUILD_TEST OFF)

0 commit comments

Comments
 (0)