diff --git a/CMakeLists.txt b/CMakeLists.txt index 86ae8da2..361475d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ gz_find_package(DL #-------------------------------------- -# Find ignition-tools +# Find gz-tools find_program(GZ_TOOLS_PROGRAM gz) diff --git a/Changelog.md b/Changelog.md index b4dce546..ba73ee51 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,10 +10,10 @@ * [Pull request #52](https://github.com/gazebosim/gz-plugin/pull/52) * [Pull request #51](https://github.com/gazebosim/gz-plugin/pull/51) -1. Find gz program instead of ignition-tools +1. Find gz program instead of gz-tools * [Pull request #57](https://github.com/gazebosim/gz-plugin/pull/57) -1. Remove ign-tools from CMakeLists.txt. Not used +1. Remove gz-tools from CMakeLists.txt. Not used * [Pull request #56](https://github.com/gazebosim/gz-plugin/pull/56) ### Gazebo Plugin 1.2.0 (2021-03-30) @@ -48,7 +48,7 @@ ### Gazebo Plugin 1.1.0 (2019-11-21) -1. Add SelectSpecializers to allow ign-physics to improve compilation time. +1. Add SelectSpecializers to allow gz-physics to improve compilation time. * [BitBucket pull request 32](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-physics/pull-requests/32) ### Gazebo Plugin 1.0.0 (2019-02-05) diff --git a/Migration.md b/Migration.md index 9054e7a8..1784a231 100644 --- a/Migration.md +++ b/Migration.md @@ -27,3 +27,10 @@ release will remove the deprecated code. * `ignitionVersion()` is deprecated and will be removed in future versions. Use `gzVersion()` instead. + +* The project name has been changed to use the `gz-` prefix, you **must** use the `gz` prefix! + * This also means that any generated code that use the project name (e.g. CMake variables, in-source macros) would have to be migrated. + * Some non-exhaustive examples of this include: + * `GZ__