crossbario / autobahn-cpp

WAMP for C++ in Boost/Asio
https://crossbar.io/autobahn
Boost Software License 1.0
251 stars 104 forks source link

Statically link against boost if BUILD_SHARED_LIBS is dissabled #190

Closed urp closed 6 years ago

urp commented 6 years ago

See cmake docs on BUILD_SHARED_LIBS for details Closes #188

oberstet commented 6 years ago

yeah, no reason not to support both statically and dynamically linked flavors. thx!

urp commented 6 years ago

Thank you!