nmeum / android-tools

Unoffical CMake-based build system for android command line utilities
Apache License 2.0
192 stars 57 forks source link

CMake: Add option to use system fmt library #155

Closed Biswa96 closed 2 months ago

Biswa96 commented 2 months ago

fmt library was added in vendor in 21061c1dfb006c22304053c1f6f9e48ae4cbe25a commit for systems with older fmt versions. Now, distributions can choose to link with their own fmt shared library or use the bundled one.

Biswa96 commented 2 months ago

See #154 for the idea and the same change will be done with libusb.

anatol commented 2 months ago

Thank you! Looks good now.