alanxz / SimpleAmqpClient

Simple C++ Interface to rabbitmq-c
MIT License
397 stars 213 forks source link

Boost static libs are not used. #297

Open vladhateganos opened 3 years ago

vladhateganos commented 3 years ago

CMakeLists.txt line 47. Boost_USE_STATIC_LIBS defaults to OFF. If you specify dynamic linking to cmake it is again turned off. I suggest turning it on when dynamic linking is not specified.