Update abseil to LTS 20240116.2.
This is a minor update to the previous version, LTS 20240116.1. The only change is a fix for a bug in the `absl::StrFormat` function. PiperOrigin-RevId: 631495397 Change-Id: I28aec52fb526a2168900a4ee93ffc6e11650a3be
This commit is contained in:
committed by
Copybara-Service
parent
24bc1c8b52
commit
efbcd86e29
@@ -44,7 +44,7 @@ set(MUJOCO_DEP_VERSION_Eigen3
|
||||
)
|
||||
|
||||
set(MUJOCO_DEP_VERSION_abseil
|
||||
2f9e432cce407ce0ae50676696666f33a77d42ac # LTS 20240116.1
|
||||
d7aaad83b488fd62bd51c81ecf16cd938532cc0a # LTS 20240116.2
|
||||
CACHE STRING "Version of `abseil` to be fetched."
|
||||
)
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@ findorfetch(
|
||||
GIT_REPO
|
||||
https://github.com/abseil/abseil-cpp
|
||||
GIT_TAG
|
||||
2f9e432cce407ce0ae50676696666f33a77d42ac # LTS 20240116.1
|
||||
d7aaad83b488fd62bd51c81ecf16cd938532cc0a # LTS 20240116.2
|
||||
TARGETS
|
||||
${MUJOCO_PYTHON_ABSL_TARGETS}
|
||||
EXCLUDE_FROM_ALL
|
||||
|
||||
Reference in New Issue
Block a user