-
Notifications
You must be signed in to change notification settings - Fork 31
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
ign -> gz Migrate Ignition Headers : gz-cmake #303
Conversation
8d87909
to
28e8448
Compare
CMakeLists.txt
Outdated
ign_configure_project(VERSION_SUFFIX) | ||
ign_configure_project( | ||
REPLACE_IGNITION_INCLUDE_PATH gz/cmake | ||
VERSION_SUFFIX pre1 |
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.
are we planning to make a prerelease?
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.
Oh, I thought the missing VERSION_SUFFIX was a bug :X
Let me remove
*/ | ||
|
||
#ifndef IGNITION_UTILITIES_EXTRATESTMACROS_HH | ||
#define IGNITION_UTILITIES_EXTRATESTMACROS_HH |
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.
use GZ_*
for these header guards?
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.
I think the header guards and include path need to be updated in include/gz/utilities/detail/ExtraTestMacros.hh
as well
#ifndef IGNITION_UTILITIES_DETAIL_SUPPRESSWARNING_HH_ | ||
#define IGNITION_UTILITIES_DETAIL_SUPPRESSWARNING_HH_ | ||
#ifndef GZ_UTILITIES_DETAIL_SUPPRESSWARNING_HH_ | ||
#define GZ_UTILITIES_DETAIL_SUPPRESSWARNING_HH_ | ||
|
||
#include <ignition/utilities/SuppressWarning.hh> |
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.
#include <gz/
28e8448
to
532f347
Compare
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.
@methylDragon do you mind merging this? I think you have a specific procedure involving rebase-and-merge. I'll take care of the release afterwards |
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
532f347
to
bf73342
Compare
Signed-off-by: methylDragon <methylDragon@gmail.com>
See: gazebo-tooling/release-tools#784