Hello all,<br>with cmake-2.6 we can specify what all boost components you want to link with. Also you can specify whether to use static libraries or dynamic libraries by setting the flag Boost_USE_STATIC_LIBS.<br><br>This will force cmake to link the application with the specified boost components statically..<br>
<br>Can we specify some thing like, link some libraries statically and some dynamically ?<br><br>Thanks,<br>Surya<br>