Update Google Benchmark library to v1.9.0.

The old version doesn't build under LLVM 19 with -Werror.

PiperOrigin-RevId: 697919386
Change-Id: I6cfa64936af9e2ea3b2c03e724b33f5bde7c799a
This commit is contained in:
Saran Tunyasuvunakool
2024-11-19 01:26:45 -08:00
committed by Copybara-Service
parent 1feaf8fd67
commit 072039ac60
+1 -1
View File
@@ -54,7 +54,7 @@ set(MUJOCO_DEP_VERSION_gtest
)
set(MUJOCO_DEP_VERSION_benchmark
7c8ed6b082aa3c7a3402f18e50da4480421d08fd # v1.8.4
24e0bd827a8bec8121b128b0634cb34402fb3259 # Incorporate fix for #1859
CACHE STRING "Version of `benchmark` to be fetched."
)