You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/client
majekw 7f1419e4de Fix mosquitto_pub -l if compiled using cmake.
Since dde005ef92 mosquito_pub is throwing error
that 'threading support has not been compiled' when compiled using cmake.
It looks like WITH_THREADING flag is not set at top level Makefile and used
only in lib/ directory, so library is correctly compiled with threading.
But for client this flag is undefined, so it gives error on '-l' option.

This commit moves part related to WITH_THREADING flag out of lib/CMakeLists.txt
to top levele CMakeLists.txt, so it could be accessible to all subdirectories.

Signed-off-by: Marek Wodzinski <majek@w7i.pl>
7 years ago
..
CMakeLists.txt Fix mosquitto_pub -l if compiled using cmake. 7 years ago
Makefile Merge branch 'master' 7 years ago
client_shared.c Consistent use of config.h across the project. 7 years ago
client_shared.h Merge branch 'sub_client_timeout_upstream' of git://github.com/I2SE/mosquitto into I2SE-sub_client_timeout_upstream 8 years ago
pub_client.c Consistent use of config.h across the project. 7 years ago
sub_client.c Consistent use of config.h across the project. 7 years ago
sub_client_output.c Consistent use of config.h across the project. 7 years ago