-
Notifications
You must be signed in to change notification settings - Fork 27
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
CMake issue with the release on noetic #43
Comments
Same on my system, can't get anything that depends on collada-urdf to compile. |
Dirty workaround, acceptable in docker containers, are
|
Seems related to this portion in the file it's complaining about:
It's as if |
Actually, this seems to be the offending line:
Now to find out where that's coming from... |
...which in turn comes from here: https://github.com/ros/catkin/blob/noetic-devel/cmake/templates/pkgConfig.cmake.in#L96 |
Looks like some package named Tested by inserting the line: |
Notably, catkin also produced this warning:
|
CMakeCache indeed shows the nonsensical include path: |
This appears to be the offending part of the
|
Dammit... CMake is case-sensitive: it should be |
Yup. Tested it with a project that depends on collada_urdf; it compiles fine once i make the change. |
Attempted fix ros#43, seems to work AFAIK, but please review.
…ot dae for Noetic, see ros/collada_urdf#43
…ot dae for Noetic, see ros/collada_urdf#43
…ot dae for Noetic, see ros/collada_urdf#43
…ot dae for Noetic, see ros/collada_urdf#43
After having installed
ros-noetic-collada-urdf
, usingfind_package(catkin REQUIRED COMPONENTS collada_urdf)
fails with errorThe text was updated successfully, but these errors were encountered: