lfreist / hwinfo

cross platform C++ library for hardware information (CPU, RAM, GPU, ...)
MIT License
433 stars 74 forks source link

Please allow using an external `libfmt` #56

Open barracuda156 opened 11 months ago

barracuda156 commented 11 months ago

@lfreist libfmt is used by many ports, and it is undesirable to build numerous duplicates of it. It also wastes compilation time. Could we add a configure arg to use a pre-installed libfmt?