Skip to content
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 #1223 for the recursive case #1227

Merged
merged 9 commits into from
Jan 17, 2019

Conversation

mxgrey
Copy link
Member

@mxgrey mxgrey commented Jan 16, 2019

There's a case where the changes in #1223 fail if dependent components are requested. For example, if you ask for

find_package(DART COMPONENTS utils utils-urdf)

then the build system can get confused about whether or not the component and its dependencies were properly found. We fix that in this PR by moving the location where the TRUE assumption is made.

Copy link
Member

@jslee02 jslee02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@jslee02 jslee02 merged commit d651fc1 into release-6.7 Jan 17, 2019
@jslee02 jslee02 deleted the grey/fix_recursive_component_lookup branch January 17, 2019 01:18
@jslee02 jslee02 added this to the DART 6.7.2 milestone Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants