-
Notifications
You must be signed in to change notification settings - Fork 280
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
allow passing absolute INCLUDE_DIRS via catkin_package() into CMake config file in install space #600
allow passing absolute INCLUDE_DIRS via catkin_package() into CMake config file in install space #600
Conversation
Hydro-devel also please? |
Hydro is released from the |
If there would be a branch hydro-devel sure - but there isn't 😉 Groovy and Hydro releases are made from the same branch. |
Excellent. |
…onfig file in install space
+1 |
…into_install_space allow passing absolute INCLUDE_DIRS via catkin_package() into CMake config file in install space
This just broke all of my builds for Fedora. The first to break was anything that depends on std-msgs, so I'll quote the error:
The directory /builddir/build/BUILD/ros-hydro-std-msgs-0.5.8/ was where the package was BUILT, but it was installed to the system root. tl;dr: The build paths were included in the installed Cmake file, which should not happen. I'll keep looking into it... |
I just saw @dirk-thomas's commits there...looks like that fixed the bug in 0.5.83 that broke the builds. 0.5.84 seems to be working, so I think we're okay. |
Will need to be backported to groovy-devel branch.
@wjwwood Please review.