Skip to content

Commit

Permalink
Merge 9506b39 into d649800
Browse files Browse the repository at this point in the history
  • Loading branch information
azeey committed Aug 4, 2023
2 parents d649800 + 9506b39 commit 372550b
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 372550b

Please sign in to comment.