-
Notifications
You must be signed in to change notification settings - Fork 9
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
Account for potential target namespace when finding cmake module... #2
Conversation
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.
Makes sense to me.
Looks like the namespace is not required when linking. |
Test on CI machine with latest tinyxml2 release: Requires ros2/Fast-RTPS (find_tinyxml2_update). |
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 contributed to this patch, but +1 because it also solves the problems locally on my osx.
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.
rebuilding on my machine seems to work. so +1
|
After update to eProsima/Fast-DDS#349: |
The VCS import failed again. When I try to import that repos file locally I get
Since Fast-RTPS has merged eProsima/Fast-DDS#349 here is the same again with just this branch. |
This time qt is linked so qmake is on PATH |
for tinyxml2.
Resolves ros2/build_farmer#156