robotology / yarp-ros

YARP support for ROS1.
1 stars 1 forks source link

Fix file conflicts with YARP #19

Closed traversaro closed 11 months ago

traversaro commented 11 months ago

Before this commit, yarp-ros was overwriting some files that YARP also installed, in particular the yarpcar library and CMake component, and the yarp_idl_tools CMake components. This commit renames the yarpcar library to yarpcarros, and move the YARP::yarpidl_ros target to the rosmsgs YARP CMake component, avoiding any conflict.

This modifications should permit to use yarp-ros in Unstable CI of the robotology superbuild, see https://github.com/robotology/robotology-superbuild/pull/1547 .

sonarcloud[bot] commented 11 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud