Skip to content

Commit 9b69410

Browse files
saran-tcopybara-github
authored andcommitted
Update dependencies in CMake.
PiperOrigin-RevId: 472698116 Change-Id: I0afc29468555339e0a2cac27977bd68246e483f3
1 parent 94b6ae2 commit 9b69410

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

cmake/MujocoDependencies.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@ set(MUJOCO_DEP_VERSION_qhull
3939
CACHE STRING "Version of `qhull` to be fetched."
4040
)
4141
set(MUJOCO_DEP_VERSION_Eigen3
42-
b02c384ef4e8eba7b8bdef16f9dc6f8f4d6a6b2b
42+
34780d8bd13d0af0cf17a22789ef286e8512594d
4343
CACHE STRING "Version of `Eigen3` to be fetched."
4444
)
4545

4646
set(MUJOCO_DEP_VERSION_abseil
47-
78f9680225b9792c26dfdd99d0bd26c96de53dd4 # Fixes universal builds for macOS
47+
8c0b94e793a66495e0b1f34a5eb26bd7dc672db0 # LTS 20220623.1
4848
CACHE STRING "Version of `abseil` to be fetched."
4949
)
5050

5151
set(MUJOCO_DEP_VERSION_gtest
52-
e2239ee6043f73722e7aa812a459f54a28552929 # release-1.11.0
52+
58d77fa8070e8cec2dc1ed015d66b454c8d78850 # release-1.12.0
5353
CACHE STRING "Version of `gtest` to be fetched."
5454
)
5555

5656
set(MUJOCO_DEP_VERSION_benchmark
57-
0d98dba29d66e93259db7daa53a9327df767a415 # v1.6.1
57+
d845b7b3a27d54ad96280a29d61fa8988d4fddcf # v1.6.2
5858
CACHE STRING "Version of `benchmark` to be fetched."
5959
)
6060

python/mujoco/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ findorfetch(
127127
GIT_REPO
128128
https://github.com/abseil/abseil-cpp
129129
GIT_TAG
130-
78f9680225b9792c26dfdd99d0bd26c96de53dd4 # # Fixes universal builds for macOS
130+
8c0b94e793a66495e0b1f34a5eb26bd7dc672db0 # LTS 20220623.1
131131
TARGETS
132132
${MUJOCO_PYTHON_ABSL_TARGETS}
133133
EXCLUDE_FROM_ALL
@@ -160,7 +160,7 @@ findorfetch(
160160
GIT_REPO
161161
https://gitlab.com/libeigen/eigen
162162
GIT_TAG
163-
3147391d946bb4b6c68edd901f2add6ac1f31f8c # 3.4.0
163+
34780d8bd13d0af0cf17a22789ef286e8512594d
164164
TARGETS
165165
Eigen3::Eigen
166166
EXCLUDE_FROM_ALL
@@ -177,7 +177,7 @@ findorfetch(
177177
GIT_REPO
178178
https://github.com/pybind/pybind11
179179
GIT_TAG
180-
a8f1a5567608f346bdba293b3d062a288ee16cd4
180+
6df86934c258d8cd99acf192f6d3f4d1289b5d68
181181
TARGETS
182182
pybind11::pybind11_headers
183183
EXCLUDE_FROM_ALL

0 commit comments

Comments
 (0)