From 8402b2e39d45df829990cb088f06798b0bb0142e Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Mon, 16 Oct 2023 18:11:53 -0500 Subject: [PATCH] Bumps in ionic : ci_matching_branch/bump_ionic_gz-rendering9 Signed-off-by: Addisu Z. Taddese --- .github/ci/packages.apt | 2 +- CMakeLists.txt | 4 ++-- examples/hello_world_plugin/CMakeLists.txt | 4 ++-- examples/lux_core_engine/CMakeLists.txt | 2 +- tutorials/02_install.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ci/packages.apt b/.github/ci/packages.apt index fc2bb6396..08d50ac4d 100644 --- a/.github/ci/packages.apt +++ b/.github/ci/packages.apt @@ -5,7 +5,7 @@ libgz-cmake4-dev libgz-common6-dev libgz-math8-dev libgz-math8-eigen3-dev -libgz-plugin2-dev +libgz-plugin3-dev libgz-utils3-dev libogre-1.9-dev libxi-dev diff --git a/CMakeLists.txt b/CMakeLists.txt index 1272857ee..6d3b1cb5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,8 +42,8 @@ set(GZ_COMMON_VER ${gz-common6_VERSION_MAJOR}) #-------------------------------------- # Find gz-plugin -gz_find_package(gz-plugin2 REQUIRED COMPONENTS all) -set(GZ_PLUGIN_VER ${gz-plugin2_VERSION_MAJOR}) +gz_find_package(gz-plugin3 REQUIRED COMPONENTS all) +set(GZ_PLUGIN_VER ${gz-plugin3_VERSION_MAJOR}) #-------------------------------------- # Find gz-utils diff --git a/examples/hello_world_plugin/CMakeLists.txt b/examples/hello_world_plugin/CMakeLists.txt index 3393fd4e8..cbb653370 100644 --- a/examples/hello_world_plugin/CMakeLists.txt +++ b/examples/hello_world_plugin/CMakeLists.txt @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.5 FATAL_ERROR) find_package(gz-rendering9 REQUIRED) set(GZ_RENDERING_VER ${gz-rendering9_VERSION_MAJOR}) -find_package(gz-plugin2 REQUIRED COMPONENTS all) -set(GZ_PLUGIN_VER ${gz-plugin2_VERSION_MAJOR}) +find_package(gz-plugin3 REQUIRED COMPONENTS all) +set(GZ_PLUGIN_VER ${gz-plugin3_VERSION_MAJOR}) find_package(gz-common6 REQUIRED) set(GZ_COMMON_VER ${gz-common6_VERSION_MAJOR}) diff --git a/examples/lux_core_engine/CMakeLists.txt b/examples/lux_core_engine/CMakeLists.txt index b05571fcc..a9a544ff3 100644 --- a/examples/lux_core_engine/CMakeLists.txt +++ b/examples/lux_core_engine/CMakeLists.txt @@ -4,7 +4,7 @@ set(GZ_PLUGIN_VER 2) set(GZ_COMMON_VER 5) find_package(gz-rendering7 REQUIRED) -find_package(gz-plugin2 REQUIRED COMPONENTS all) +find_package(gz-plugin3 REQUIRED COMPONENTS all) if (NOT DEFINED ENV{LUXCORE_SDK_PATH}) message(FATAL_ERROR "Must define LUXCORE_SDK_PATH") diff --git a/tutorials/02_install.md b/tutorials/02_install.md index 681c4a1ae..cd8ffed3e 100644 --- a/tutorials/02_install.md +++ b/tutorials/02_install.md @@ -60,7 +60,7 @@ sudo apt install -y \ libgz-cmake4-dev \ libgz-math8-dev \ libgz-common6-dev \ - libgz-plugin2-dev + libgz-plugin3-dev ``` ### Supported Rendering Engines