From 4051562399e3f34a3b41f601839247f071f80319 Mon Sep 17 00:00:00 2001 From: methylDragon Date: Tue, 28 Jun 2022 10:31:07 -0700 Subject: [PATCH] ign -> gz Partial Docs Migration and Project Name Followups : gz-tools (#98) --- Changelog.md | 2 +- Migration.md | 7 +++++++ tutorials/install.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 1b1c2e6..ad07c72 100644 --- a/Changelog.md +++ b/Changelog.md @@ -56,7 +56,7 @@ 1. Use ; as GZ_CONFIG_PATH delimiter on windows * [Pull request #45](https://github.com/gazebosim/gz-tools/pull/45) -1. Clean up ignition-tools.pc file +1. Clean up gz-tools.pc file * [Pull request #40](https://github.com/gazebosim/gz-tools/pull/40) 1. Fix cmake warning and error mesage types diff --git a/Migration.md b/Migration.md index 741883e..ac42124 100644 --- a/Migration.md +++ b/Migration.md @@ -10,3 +10,10 @@ release will remove the deprecated code. * This package now depends on gz-cmake * The environment variable `IGN_CONFIG_PATH` is deprecated. Use `GZ_CONFIG_PATH` instead. * The `ign` command line executable is deprecated. Use `gz` 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__