Closed clalancette closed 6 years ago
That looks like a bug in ament...it's running off the install rule in ecl_core/ecl_eigen/licenses
:
set(LICENSES COPYING.LESSER)
install(FILES ${LICENSES} DESTINATION share/licenses/eigen)
so looks like ament isn't aware that it's getting picked up from a subdirectory.
Fixed upstream, should be available next version.
Using the
--symlink-install
flag toament
allows you to make modifications to things like Python scripts in the source directory without a compile/install cycle. Currently trying to build ecl with:Fails initially with:
(if I comment that out and continue on, further errors manifest as well)