Skip to content

Commit

Permalink
Bumps in ionic : ci_matching_branch/bump_ionic_gz-physics8
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Oct 16, 2023
1 parent d3d3e74 commit a9fab00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ci/packages.apt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ libdart6.13-utils-urdf-dev
libeigen3-dev
libgz-cmake4-dev
libgz-common6-dev
libgz-math7-dev
libgz-math7-eigen3-dev
libgz-math8-dev
libgz-math8-eigen3-dev
libgz-plugin2-dev
libgz-utils3-cli-dev
libgz-utils3-dev
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ set(GZ_COMMON_VER ${gz-common6_VERSION_MAJOR})

#--------------------------------------
# Find gz-math
gz_find_package(gz-math7 REQUIRED COMPONENTS eigen3)
set(GZ_MATH_VER ${gz-math7_VERSION_MAJOR})
gz_find_package(gz-math8 REQUIRED COMPONENTS eigen3)
set(GZ_MATH_VER ${gz-math8_VERSION_MAJOR})

#--------------------------------------
# Find gz-plugin
Expand Down

0 comments on commit a9fab00

Please sign in to comment.