-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gz designation #282
Gz designation #282
Conversation
Signed-off-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>
# | ||
# NO_IGNITION_PREFIX: Optional. Don't use ignition as prefix in | ||
# cmake project name. | ||
# REPLACE_IGNITION_INCLUDE_PATH: Optional. Specify include folder | ||
# names to replace the default value of | ||
# ignition/${IGN_DESIGNATION} | ||
# gazebo/${GZ_DESIGNATION} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We shouldn't change the include paths in stable releases because that's not backwards compatible
# gazebo/${GZ_DESIGNATION} | |
# ignition/${GZ_DESIGNATION} |
@@ -2,8 +2,8 @@ prefix=${pcfiledir}/@PC_CONFIG_RELATIVE_PATH_TO_PREFIX@ | |||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ | |||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/@IGN_INCLUDE_INSTALL_DIR_POSTFIX@ | |||
|
|||
Name: Ignition @IGN_DESIGNATION@ @component_name@ | |||
Description: A set of @IGN_DESIGNATION@ @component_name@ classes for robot applications | |||
Name: Gazebo @GZ_DESIGNATION@ @component_name@ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be weird for ign-gazebo
, because the designation will still be "Gazebo", so this becomes Gazebo Gazebo
@@ -2,8 +2,8 @@ prefix=${pcfiledir}/@PC_CONFIG_RELATIVE_PATH_TO_PREFIX@ | |||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ | |||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/@IGN_INCLUDE_INSTALL_DIR_POSTFIX@ | |||
|
|||
Name: Ignition @IGN_DESIGNATION@ | |||
Description: A set of @IGN_DESIGNATION@ classes for robot applications | |||
Name: Gazebo @GZ_DESIGNATION@ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same thing here about "Gazebo Gazebo"
🎉 New feature
Changes
IGN_DESIGNATION
toGZ_DESIGNATION
.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.