bitshares / bitshares1-core

Software to run the old chain (before 2015-10-13). Code for current chain is https://github.com/bitshares/bitshares-core
https://bitshares.org/
The Unlicense
219 stars 174 forks source link

Make boost static/dynamic linking configurable - #1056 #1521

Closed pmconrad closed 9 years ago

pmconrad commented 9 years ago

This patch makes Boost_USE_STATIC_LIBS configurable with cmake -D ... preserving the previous default ON. Some special handling is applied to unit tests based on boost unit test framework.

Also see https://github.com/BitShares/fc/pull/5 .