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
It looks like ament is not expecting these kind of options. I would simply change my code to make it work but a package I depend on installs its stuff using the code mentioned above and I can't change it.
I think I found the function, that is responsible here
The text was updated successfully, but these errors were encountered:
I think we may need to plumb the values deeper into the function calls in that file, but it might be easier and safer to come up with a way to "fall back" to a normal install if symlink installation doesn't support all of the given arguments.
In my project I use something like this
This causes the following error
It looks like ament is not expecting these kind of options. I would simply change my code to make it work but a package I depend on installs its stuff using the code mentioned above and I can't change it.
I think I found the function, that is responsible here
The text was updated successfully, but these errors were encountered: