From 573d331b69845c5d651b70f5d1b0f3a0d2a3a233 Mon Sep 17 00:00:00 2001 From: Saran Tunyasuvunakool Date: Mon, 17 Oct 2022 23:37:06 -0700 Subject: [PATCH] Bump pybind11 and Eigen versions. PiperOrigin-RevId: 481831731 Change-Id: I29082287c7b716bfb29b25545599f6eca8106c49 --- cmake/MujocoDependencies.cmake | 2 +- python/mujoco/CMakeLists.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/MujocoDependencies.cmake b/cmake/MujocoDependencies.cmake index ec8fbeeb..99e4a7ac 100644 --- a/cmake/MujocoDependencies.cmake +++ b/cmake/MujocoDependencies.cmake @@ -39,7 +39,7 @@ set(MUJOCO_DEP_VERSION_qhull CACHE STRING "Version of `qhull` to be fetched." ) set(MUJOCO_DEP_VERSION_Eigen3 - b3bf8d6a13585ff248c079402654647d298de60b + 3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e CACHE STRING "Version of `Eigen3` to be fetched." ) diff --git a/python/mujoco/CMakeLists.txt b/python/mujoco/CMakeLists.txt index c955b787..73d70a4f 100644 --- a/python/mujoco/CMakeLists.txt +++ b/python/mujoco/CMakeLists.txt @@ -160,7 +160,7 @@ findorfetch( GIT_REPO https://gitlab.com/libeigen/eigen GIT_TAG - b3bf8d6a13585ff248c079402654647d298de60b + 3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e TARGETS Eigen3::Eigen EXCLUDE_FROM_ALL @@ -177,7 +177,7 @@ findorfetch( GIT_REPO https://github.com/pybind/pybind11 GIT_TAG - 4e1e2fe62ae8d16e305ed6ca67891b955b41645d + 0aa8c9452803604b8e65a624c28f6ba89bd6499a TARGETS pybind11::pybind11_headers EXCLUDE_FROM_ALL