transmission / transmission

Official Transmission BitTorrent client repository
https://transmissionbt.com
Other
11.67k stars 1.18k forks source link

allow to use system includes for fast_float, fmt, utfcpp and googletest #6900

Open niol opened 2 weeks ago

niol commented 2 weeks ago

This patch tries to allow the usage of system-provided includes to lower reliance of embedded sources in the third-party directory. This makes work easier for distribution packagers regarding security tracking, diff and license analysis when third-party embedded copies are updated. Disclaimer: cmake rookie here, trying to learn.