You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this causes problems for downstream users if they depend on ros_industrial_cmake_boilerplate as part of their own build, as lcov will not be installed at that point.
I believe adding <build_depend>lcov</build_depend> would solve this, but haven't investigated everything closely enough to be absolutely sure.
The text was updated successfully, but these errors were encountered:
@gavanderhoorn Usually when I am using these they are done as part of building the unit tests which is why I put them as test_depends. Though I am not sure how ros tools decide to pull the test dependencies. I can add them as build depends
lcov
appears to only be listed as atest_depend
in the manifest:ros_industrial_cmake_boilerplate/ros_industrial_cmake_boilerplate/package.xml
Line 15 in 25aabce
this causes problems for downstream users if they depend on
ros_industrial_cmake_boilerplate
as part of their own build, aslcov
will not be installed at that point.I believe adding
<build_depend>lcov</build_depend>
would solve this, but haven't investigated everything closely enough to be absolutely sure.The text was updated successfully, but these errors were encountered: