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

generate headers in devel space instead of build space #10

Merged
merged 1 commit into from
Feb 28, 2014
Merged

generate headers in devel space instead of build space #10

merged 1 commit into from
Feb 28, 2014

Conversation

dirk-thomas
Copy link
Contributor

With the upcoming catkin version passing absolute INCLUDE_DIRS to catkin_package() will be allowed (ros/catkin#600). But since your absolute build space path is temporary downstream packages will fail to find that folder. (Before any absolute path was ignored but there where use cases where it should be possible.)

Instead this pull request generates the header in the devel space which catkin is aware of and assumes that these generated files will be installed by the user (similar as generated message headers).

Please review and test - I haven't even tried to compile the package after the change 😉 This fix should be released in Groovy, Hydro and Indigo.

@isucan
Copy link
Contributor

isucan commented Feb 28, 2014

Tested & it works.

isucan added a commit that referenced this pull request Feb 28, 2014
generate headers in devel space instead of build space
@isucan isucan merged commit 8aede2e into moveit:master Feb 28, 2014
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