-
Notifications
You must be signed in to change notification settings - Fork 48
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
Handle different names of libdc1394 package in different distributions #855
Conversation
then | ||
: | ||
else | ||
apt-get install -y nlohmann-json3-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which version of the library is it installed? Because now yarp-telemetry
needs the v3.10.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The specific version depends on the specific ubuntu version, see https://repology.org/project/nlohmann-json/versions . However, at the moment not even Debian Unstable (sid) has 3.10.0 . I think we can continue to use the FetchContent-provided nlohmann-json in yarp-telemetry for some time now, this PR does not change anything from that point of view.
The CI is now green. |
This fixes #854 . I took the occasion to also move in
install_apt_dependencies.sh
the installation of nlohmman-json library.