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
We've received informal reports that after removing ament, RSL can no longer be built and used inside a Colcon workspace when another version is already installed at a system level. I'm not sure what it is about ament CMake macros that fixes this but there seems to be a correlation there that we need to dig in to.
The text was updated successfully, but these errors were encountered:
Something I want to check is to compare the INTERFACE_INCLUDE_DIRECTORIES for rsl::rsl on the current HEAD of main against an older version when we still used ament. I'd expect those to be the same but if not then we have something to look in to.
If someone can reproduce this problem I'd love to try that out. The hard part is getting a build environment that recreates this error. I don't have that on hand at the moment.
We've received informal reports that after removing ament, RSL can no longer be built and used inside a Colcon workspace when another version is already installed at a system level. I'm not sure what it is about ament CMake macros that fixes this but there seems to be a correlation there that we need to dig in to.
The text was updated successfully, but these errors were encountered: