Skip to content

Commit

Permalink
Updated version numbers to cmake files
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 604406364
Change-Id: I85ab41b048fff9484c81e858c2bbcfeb6066fd4b
  • Loading branch information
dhoke-megha authored and Copybara-Service committed Feb 5, 2024
1 parent 81adba7 commit f75923a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmake/MujocoDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ set(MUJOCO_DEP_VERSION_qhull
CACHE STRING "Version of `qhull` to be fetched."
)
set(MUJOCO_DEP_VERSION_Eigen3
454f89af9d6f3525b1df5f9ef9c86df58bf2d4d3
7fd7a3f946e5ac152d28dad388cff8bfa1026925
CACHE STRING "Version of `Eigen3` to be fetched."
)

set(MUJOCO_DEP_VERSION_abseil
fb3621f4f897824c0dbe0615fa94543df6192f30 # LTS 20230802.1
4a2c63365eff8823a5221db86ef490e828306f9d # LTS 20240116.0
CACHE STRING "Version of `abseil` to be fetched."
)

Expand Down
4 changes: 2 additions & 2 deletions python/mujoco/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ findorfetch(
GIT_REPO
https://github.com/abseil/abseil-cpp
GIT_TAG
fb3621f4f897824c0dbe0615fa94543df6192f30 # LTS 20230802.1
4a2c63365eff8823a5221db86ef490e828306f9d # LTS 20240116.0
TARGETS
${MUJOCO_PYTHON_ABSL_TARGETS}
EXCLUDE_FROM_ALL
Expand Down Expand Up @@ -173,7 +173,7 @@ findorfetch(
GIT_REPO
https://gitlab.com/libeigen/eigen
GIT_TAG
454f89af9d6f3525b1df5f9ef9c86df58bf2d4d3
7fd7a3f946e5ac152d28dad388cff8bfa1026925
TARGETS
Eigen3::Eigen
EXCLUDE_FROM_ALL
Expand Down
1 change: 1 addition & 0 deletions test/user/user_composite_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

// Tests for user/user_model.cc.

#include <array>
#include <cstddef>
#include <string>

Expand Down

0 comments on commit f75923a

Please sign in to comment.