Skip to content

Commit

Permalink
bump rendering7 -> rendering8
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Dec 9, 2022
1 parent 3a70669 commit b1f8739
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 @@ -3,7 +3,7 @@ libgz-common5-dev
libgz-math7-dev
libgz-msgs9-dev
libgz-plugin2-dev
libgz-rendering7-dev
libgz-rendering8-dev
libgz-tools2-dev
libgz-transport12-dev
libgz-utils2-dev
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ set(GZ_TRANSPORT_VER ${gz-transport12_VERSION_MAJOR})

#--------------------------------------
# Find gz-rendering
gz_find_package(gz-rendering7 REQUIRED)
set(GZ_RENDERING_VER ${gz-rendering7_VERSION_MAJOR})
gz_find_package(gz-rendering8 REQUIRED)
set(GZ_RENDERING_VER ${gz-rendering8_VERSION_MAJOR})

#--------------------------------------
# Find gz-msgs
Expand Down

0 comments on commit b1f8739

Please sign in to comment.