-
Notifications
You must be signed in to change notification settings - Fork 81
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
Install cmake version config file #17
Conversation
Uses SameMajorVersion matching criteria
So that new pointer typedefs can be found
This creates and installs a cmake version config file. I've also bumped the minor version so downstream code will be able to find headers with the new pointer typedefs. |
we should bump the version in the urdfdom pkg as well |
I don't have an easy means to test this -- can someone test? |
I was planning to make another pull request to |
I'll go and make that |
Include boost/pointer_cast.hpp since we are using the pointer_cast functions. Fixes ros#66.
I added a fix for ros/urdfdom#66 as well (missing include file) |
Install cmake version config file
I will wait until #7 is merged.
I plan to do something similar to the following: