Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to choose the option "--symlink-install" #858

Closed
antbono opened this issue Apr 11, 2024 · 0 comments · Fixed by #859
Closed

Allow to choose the option "--symlink-install" #858

antbono opened this issue Apr 11, 2024 · 0 comments · Fixed by #859
Assignees
Labels
enhancement New feature or request

Comments

@antbono
Copy link

antbono commented Apr 11, 2024

Description

Let the user decide if use the '--symlink-install' option when setting the workflow

Reason

I use some code that does not support such an option at the moment.

Note

I tried to use

colcon-defaults: |
 {
     {
        "build": {
            "symlink-install": false
      }
}

But the option is hardcoded

`--symlink-install`,

see #815

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants