We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99bc1d commit 4cf5fe2Copy full SHA for 4cf5fe2
cmake/FindOcean.cmake
@@ -30,7 +30,7 @@ include(FetchContent)
30
FetchContent_Declare(
31
ocean
32
GIT_REPOSITORY https://github.com/facebookresearch/ocean.git
33
- GIT_TAG origin/main
+ GIT_TAG origin/main # TODO: update this to a specific Hash after pyvrs master CI is fixed.
34
)
35
set(OCEAN_BUILD_MINIMAL ON)
36
set(OCEAN_BUILD_TEST OFF)
0 commit comments