1
0
mirror of https://github.com/eclipse/paho.mqtt.cpp.git synced 2025-07-07 02:31:46 +08:00

8 Commits

Author SHA1 Message Date
fpagliughi
134e40db30 Made an explicit 'shared' target in CMake with 'paho-mqttpp3' a default for whichever target was built. 2024-07-03 17:32:00 -04:00
Frank Pagliughi
d624b6e3ba
Merge branch 'master' into feature/add_missing_package_dependencies 2024-06-16 06:48:11 -04:00
Adam Aposhian
07a188b530 export dependencies
Signed-off-by: Adam Aposhian <adam.aposhian@fireflyautomatix.com>
2024-02-16 06:43:33 -07:00
Christian Strahl
7da9d6d4b2 add missing package dependencies 2024-01-23 17:55:42 +01:00
fpagliughi
a90ecd555a #416 Removed FindPahoMqttC.cmake. Using Paho C package directly. 2023-11-26 22:25:15 -05:00
Klaus Schneider-Zapp
29055d7185 Find required dependency Threads
Signed-off-by: Klaus Schneider-Zapp <klaus_snd@web.de>
2019-12-07 13:21:27 +01:00
Vitaly Ogoltsov
743dff45c6 Fixed issue when build-time options were not written into configuration.
This could lead to CMake macros, find commands, etc. not working correctly, when package is included via find_package(PahoMqttCpp).

Signed-off-by: Vitaly Ogoltsov <vitaly.ogoltsov@me.com>
2019-06-13 13:59:49 +03:00
David Wagner
58ce2965f1 cmake: generate a package config file
Signed-off-by: David Wagner <david.wagner@easymile.com>
2018-04-23 17:29:13 +02:00