-
Notifications
You must be signed in to change notification settings - Fork 54
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
Protobuf generated headers do not appear to get installed #7
Comments
Hi @Mitch981521 , there is a PR that should solve this open at #23 , but it still needs to be merged in the |
@traversaro , thank you for the reply. Is there a certain place in CMakeLists where I should place that? I just placed it in the installation section where everything else is being installed, but I'm still having the same issue. A colleague of mine hasn't had any issues with these proto files, so I'm also wondering if there is something wrong with ROS on my computer |
The headers (and sources) generated by protobuf are not installed by the build script at the moment.
This is less of a problem in a Catkin workpace, as there the include will resolve to the
build
and / ordevel
folder (where the files are stored after code generation), but for a stand-alone build/install (or a user that uses theinstall
space) this will not work.The text was updated successfully, but these errors were encountered: