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

Add cli11 dependency #1684

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Add cli11 dependency #1684

merged 2 commits into from
Aug 12, 2024

Conversation

traversaro
Copy link
Member

This dependency is quite small, and will be required by robotology/gz-sim-yarp-plugins#179 . For conda/pixi I just add it as any required dependency (and anyhow it is already installed as gz-sim transitive dependency) while for apt I documented its installation where we explain how to install gz-sim as libcli-dev is not available in Ubuntu 20.04 (#1439). Once we drop the Ubuntu 20.04 installation, we can just add it to the apt.txt file.

traversaro and others added 2 commits August 11, 2024 12:18
Co-authored-by: GitHub <noreply@github.com>
Copy link
Member

@xela-95 xela-95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank @traversaro! Just a minor non blocking-comment.

LGTM!

@@ -79,6 +79,7 @@ ace = "*"
asio = "*"
assimp = "*"
boost = "*"
cli11 = "*"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be placed under the "ROBOTOLOGY_USES_GZ" dependencies for clarity?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. To be honest, as it is quite a small library, I prefer to keep it in the group of generic dependencies, so that if other libraries start depend on it I do not need to remember to move it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok thanks!

@traversaro traversaro merged commit e0f706f into master Aug 12, 2024
29 checks passed
@traversaro traversaro deleted the addcli11 branch August 12, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants