robotology / robotology-superbuild

CMake/YCM-based superbuild to simplify the build process of robotology projects.
49 stars 48 forks source link

Add cli11 dependency #1684

Closed traversaro closed 3 months ago

traversaro commented 3 months ago

This dependency is quite small, and will be required by https://github.com/robotology/gz-sim-yarp-plugins/pull/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 (https://github.com/robotology/robotology-superbuild/issues/1439). Once we drop the Ubuntu 20.04 installation, we can just add it to the apt.txt file.