Skip to content

Commit d3ba77e

Browse files
committed
pin menagerie model
1 parent bb5a311 commit d3ba77e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ set(MUJOCO_MPC_MUJOCO_GIT_TAG
6060
CACHE STRING "Git revision for MuJoCo."
6161
)
6262

63+
set(MUJOCO_MPC_MENAGERIE_GIT_TAG
64+
2b12d95d0f61abe91d4aad36cfdcd2ab31e8fce3
65+
CACHE STRING "Git revision for MuJoCo Menagerie."
66+
)
67+
6368
findorfetch(
6469
USE_SYSTEM_PACKAGE
6570
OFF
@@ -164,7 +169,7 @@ unset(BUILD_SHARED_LIBS_OLD)
164169
FetchContent_Declare(
165170
menagerie
166171
GIT_REPOSITORY https://github.com/google-deepmind/mujoco_menagerie.git
167-
GIT_TAG main
172+
GIT_TAG ${MUJOCO_MPC_MENAGERIE_GIT_TAG}
168173
)
169174

170175
FetchContent_GetProperties(menagerie)

0 commit comments

Comments
 (0)