Skip to content

Commit

Permalink
Bumps in harmonic : ci_matching_branch/bump_harmonic_gz-sensors8 (#367)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey committed Aug 4, 2023
1 parent d649800 commit 7bfc85a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ci/packages.apt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ libgz-msgs10-dev
libgz-rendering8-dev
libgz-tools2-dev
libgz-transport13-dev
libsdformat13-dev
libsdformat14-dev
xvfb
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ set(GZ_MSGS_VER ${gz-msgs10_VERSION_MAJOR})

#--------------------------------------
# Find SDFormat
gz_find_package(sdformat13 VERSION 13.3 REQUIRED)
set(SDF_VER ${sdformat13_VERSION_MAJOR})
gz_find_package(sdformat14 REQUIRED)
set(SDF_VER ${sdformat14_VERSION_MAJOR})

#--------------------------------------
# Find Eigen3
Expand Down

0 comments on commit 7bfc85a

Please sign in to comment.