Azure / azure-storage-cpplite

Lite version of C++ Client Library for Microsoft Azure Storage
MIT License
25 stars 43 forks source link

Fix crosscompiling on Windows by removing PkgConfig dependency #102

Open pablorcum opened 3 years ago

pablorcum commented 3 years ago

When crosscompiling on Windows, there is currently a dependency to PkgConfig that can be hard to workaround. PkgConfig is used to handle uuid support, and it cannot be skipped despite of providing separately a uuid package.