summaryrefslogtreecommitdiff
path: root/thirdparty/cli11
AgeCommit message (Collapse)Author
2025-07-24cli11: prefer system package if foundDirk-Jan C. Binnema
mu embeds a "vendored" version of libcl11 under thirdparty/; but it's better to use the system-package if the user has one. So, use the system package if found or user -Duse-embedded-cli11=true is specified.