Skip to content

Commit

Permalink
Updated abseil for release version v3.1.3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 612939979
Change-Id: I0e5c5301d6d6f2139a71d8df95966124e584e14d
  • Loading branch information
dhoke-megha authored and copybara-github committed Mar 5, 2024
1 parent 827cdfd commit e2c1418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/MujocoDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set(MUJOCO_DEP_VERSION_Eigen3
)

set(MUJOCO_DEP_VERSION_abseil
4a2c63365eff8823a5221db86ef490e828306f9d # LTS 20240116.0
2f9e432cce407ce0ae50676696666f33a77d42ac # LTS 20240116.1
CACHE STRING "Version of `abseil` to be fetched."
)

Expand Down
2 changes: 1 addition & 1 deletion python/mujoco/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ findorfetch(
GIT_REPO
https://github.com/abseil/abseil-cpp
GIT_TAG
4a2c63365eff8823a5221db86ef490e828306f9d # LTS 20240116.0
2f9e432cce407ce0ae50676696666f33a77d42ac # LTS 20240116.1
TARGETS
${MUJOCO_PYTHON_ABSL_TARGETS}
EXCLUDE_FROM_ALL
Expand Down

0 comments on commit e2c1418

Please sign in to comment.