ros / urdfdom

URDF parser
http://ros.org/wiki/urdf
Other
97 stars 131 forks source link

Fix build with cmake 3.30 #204

Closed scpeters closed 1 month ago

scpeters commented 2 months ago

Remove urdfdom:: target prefix.

Fixes #203.

Thanks to @oysstu for the report and suggested fix.

traversaro commented 2 months ago

A possible alternative (actually both can be merged with no conflicts) is https://github.com/ros/urdfdom/pull/205 .

scpeters commented 1 month ago

I think #205 is enough, though if people want this as well we can reopen it