-
Notifications
You must be signed in to change notification settings - Fork 0
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
CMake Project Rename : Update install rules #13
Conversation
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: methylDragon <methylDragon@gmail.com>
usr/share/ignition/*/* | ||
usr/lib/*/cmake/*-math[0-99]/* | ||
usr/lib/*/cmake/*-math[0-99]-all/* | ||
usr/share/*/*/* |
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 line looks dangerous, I think we should try to be more specific here
@@ -76,8 +76,8 @@ int main(int argc, char **argv) | |||
} | |||
EOF | |||
|
|||
g++ -o igntest igntest.c `pkg-config --cflags --libs ignition-math7` | |||
g++ -o gztest gztest.c `pkg-config --cflags --libs gz-math7` |
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 believe this line requires gazebosim/gz-math#420 to be merged first
Signed-off-by: methylDragon <methylDragon@gmail.com>
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.
Need to wait for gazebosim/gz-math#420 to be merged first
See: gazebo-tooling/release-tools#718