Closed traversaro closed 3 months ago
Fix https://github.com/ros/urdfdom/issues/203 . This ensure that the library can also be used easily via CMake's FetchContent in a way consistent with using the library via find_package(urdfdom) , see https://github.com/ament/ament_cmake/issues/351 for some reference on this.
find_package(urdfdom)
thanks, this is better on its own than #204, though as you said, we could choose to merge both
Fix https://github.com/ros/urdfdom/issues/203 . This ensure that the library can also be used easily via CMake's FetchContent in a way consistent with using the library via
find_package(urdfdom)
, see https://github.com/ament/ament_cmake/issues/351 for some reference on this.