Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information