You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go back to an abseil version that works with the latest grpc.
The line that was setting MUJOCO_DEP_VERSION_abseil in CMakeLists.txt actually did nothing, because that variable was set by the MuJoCo CMakeLists, and cache values don't get overridden by default (https://cmake.org/cmake/help/latest/command/set.html#set-cache-entry).
I removed the other calls to `set` that do nothing.
PiperOrigin-RevId: 604925771
Change-Id: Ie649282cb28fdf11d4d61ffe6e76b1e4d22133da
0 commit comments