-
Notifications
You must be signed in to change notification settings - Fork 813
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
fix: mark Eigen library as SYSTEM #349
Conversation
@wep21 could you review it? |
Same error in
So we have to export the settings of system include. (But I'm not sure how to do that.) |
I can apply it to the others too. I will do it in a few hours. |
Thanks, but I guess the problem isn't so simple. |
Editing here resolved the error. |
Same error for
|
Also in
|
@xmfcx Could you cherry-pick tier4@91febb2? |
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
I have tested this and it builds. I have tried to add |
@maximilianwulf could you review/merge this please? |
Yes, sorry support is on a super low burner. |
Allows it to build with ros2 humble on arm64 systems.
Makes compiler treat the Eigen as a system library, as it should.
Without the fix, we encounter following issues:
autowarefoundation/autoware#2448
Follow up from: tier4#2 (review)