eclipse / paho.mqtt.cpp

Other
990 stars 429 forks source link

Check the Paho MQTT C version #80

Open guilhermeferreira opened 7 years ago

guilhermeferreira commented 7 years ago

Currently, both build systems (CMake and Autotools) only check the existence of Paho MQTT C library, not its version. In case the Paho MQTT C changes its interface, some errors might occur.

fpagliughi commented 7 years ago

Probably a good idea,

fpagliughi commented 9 months ago

We can handle this via CMake versioning if we add the version to the Paho C package.

fpagliughi commented 2 months ago

Oh.... so close. Still don't have the upstream support in place yet. But one day soon, we'll close the oldest issue in the repo.