gnuradio / pmt

pmt
GNU Lesser General Public License v3.0
11 stars 11 forks source link

Meson: use system CLI11 if available, fallback on subproject #46

Closed marcusmueller closed 2 years ago

marcusmueller commented 2 years ago

I'm trying to automate newsched package building, but to adhere to distro packaging guidelines, I mustn't use subprojects for available libraries; so I followed https://mesonbuild.com/Subprojects.html#toggling-between-system-libraries-and-embedded-sources in hopes this will lead to sufficiently modern CLI11.

jsallay commented 2 years ago

This looks entirely reasonable.