Skip to content

Commit

Permalink
Update the version of eigen3 ahead of the 3.2.6 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702026493
Change-Id: Ibb0447b7106e9b873386c153283c81685583350f
  • Loading branch information
Gabe Oppenheimer authored and copybara-github committed Dec 2, 2024
1 parent bbedc7f commit 0f64959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/MujocoDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ set(MUJOCO_DEP_VERSION_qhull
CACHE STRING "Version of `qhull` to be fetched."
)
set(MUJOCO_DEP_VERSION_Eigen3
b396a6fbb2e173f52edb3360485dedf3389ef830
d34b100c137ac931379ae5e1b888f16a9c8d6c72
CACHE STRING "Version of `Eigen3` to be fetched."
)

Expand Down
2 changes: 1 addition & 1 deletion python/mujoco/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ findorfetch(
GIT_REPO
https://gitlab.com/libeigen/eigen
GIT_TAG
b396a6fbb2e173f52edb3360485dedf3389ef830
d34b100c137ac931379ae5e1b888f16a9c8d6c72
TARGETS
Eigen3::Eigen
EXCLUDE_FROM_ALL
Expand Down

0 comments on commit 0f64959

Please sign in to comment.