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
tf2_py project errors out when building with symlink install option for catkin with catkin-tools (or colcon). This does not happen if symlink option is not enabled.
The main cause is that catkin does not handle cmake generator expression in the install functions for cmake. Nevertheless, proposing a fix here.
Version(s) affected
I have only tested with melodic-devel but this should also affect noetic-devel.
tf2_py
project errors out when building with symlink install option forcatkin
withcatkin-tools
(orcolcon
). This does not happen if symlink option is not enabled.The main cause is that
catkin
does not handle cmake generator expression in the install functions for cmake. Nevertheless, proposing a fix here.Version(s) affected
I have only tested with
melodic-devel
but this should also affectnoetic-devel
.How to reproduce
With ros melodic distro:
Build error:
Proposed fix
This can be fixed by not using cmake generator expression in the install as follows:
I am happy to open a PR if this is acceptable.
The text was updated successfully, but these errors were encountered: