From d4bbef8de15f91420d111cd92949001979dd35ec Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Fri, 22 Jul 2022 20:14:40 -0700 Subject: [PATCH] Change IGN_DESIGNATION to GZ_DESIGNATION (#468) Signed-off-by: Nate Koenig Co-authored-by: Nate Koenig Co-authored-by: Steve Peters --- api.md.in | 4 ++-- include/ignition/math/CMakeLists.txt | 2 +- include/ignition/math/config.hh.in | 2 +- test/integration/all_symbols_have_version.bash.in | 2 +- tutorials.md.in | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api.md.in b/api.md.in index ae69b7a96..87bd352f7 100644 --- a/api.md.in +++ b/api.md.in @@ -1,6 +1,6 @@ -## Ignition @IGN_DESIGNATION_CAP@ +## Ignition @GZ_DESIGNATION_CAP@ -Ignition @IGN_DESIGNATION_CAP@ is a component in Ignition Robotics, a set of +Ignition @GZ_DESIGNATION_CAP@ is a component in Ignition Robotics, a set of libraries designed to rapidly develop robot and simulation applications. This library defines a general set of math classes and functions with an eye toward simulation and robotics. diff --git a/include/ignition/math/CMakeLists.txt b/include/ignition/math/CMakeLists.txt index 4199793d8..f1e6bf306 100644 --- a/include/ignition/math/CMakeLists.txt +++ b/include/ignition/math/CMakeLists.txt @@ -1,3 +1,3 @@ # Exclude the detail directory from inclusion. The purpose is to prevent the detail/* header files from being included in math.hh. A side effect is that the detail headers are not installed. The next install line solves this problem. ign_install_all_headers(EXCLUDE_DIRS detail) -install(DIRECTORY detail DESTINATION ${IGN_INCLUDE_INSTALL_DIR_FULL}/ignition/${IGN_DESIGNATION}) +install(DIRECTORY detail DESTINATION ${IGN_INCLUDE_INSTALL_DIR_FULL}/ignition/${GZ_DESIGNATION}) diff --git a/include/ignition/math/config.hh.in b/include/ignition/math/config.hh.in index 6666cb962..84c001136 100644 --- a/include/ignition/math/config.hh.in +++ b/include/ignition/math/config.hh.in @@ -10,7 +10,7 @@ #define IGNITION_MATH_VERSION_NAMESPACE v${PROJECT_VERSION_MAJOR} -#define IGNITION_MATH_VERSION_HEADER "Ignition ${IGN_DESIGNATION}, version ${PROJECT_VERSION_FULL}\nCopyright (C) 2014 Open Source Robotics Foundation.\nReleased under the Apache 2.0 License.\n\n" +#define IGNITION_MATH_VERSION_HEADER "Ignition ${GZ_DESIGNATION}, version ${PROJECT_VERSION_FULL}\nCopyright (C) 2014 Open Source Robotics Foundation.\nReleased under the Apache 2.0 License.\n\n" #cmakedefine IGNITION_MATH_BUILD_TYPE_PROFILE 1 #cmakedefine IGNITION_MATH_BUILD_TYPE_DEBUG 1 diff --git a/test/integration/all_symbols_have_version.bash.in b/test/integration/all_symbols_have_version.bash.in index 9be67a78c..07c9ac214 100644 --- a/test/integration/all_symbols_have_version.bash.in +++ b/test/integration/all_symbols_have_version.bash.in @@ -2,7 +2,7 @@ LIBPATH=$1 VERSIONED_NS=v@PROJECT_VERSION_MAJOR@ -IGN_PROJECT=@IGN_DESIGNATION@ +IGN_PROJECT=@GZ_DESIGNATION@ # Sanity check - there should be at least one symbol NUM_SYMBOLS=$(nm $LIBPATH | grep -e "ignition.*$IGN_PROJECT" | wc -l) diff --git a/tutorials.md.in b/tutorials.md.in index 50ffc7771..387678994 100644 --- a/tutorials.md.in +++ b/tutorials.md.in @@ -1,8 +1,8 @@ \page tutorials Tutorials -Welcome to the Ignition @IGN_DESIGNATION_CAP@ tutorials. These tutorials +Welcome to the Ignition @GZ_DESIGNATION_CAP@ tutorials. These tutorials will guide you through the process of understanding the capabilities of the -Ignition @IGN_DESIGNATION_CAP@ library and how to use the library effectively. +Ignition @GZ_DESIGNATION_CAP@ library and how to use the library effectively. **The tutorials**