Skip to content

CMake : add the option to use dynamic linking for Boost

Jane Tournois requested to merge jtournois/CoMISo:fix_use_static_boost-GF into master

It can be useful to link with the dynamic version of Boost libraries

This Merge Request introduces a CMake option (available as a checkbox in the GUI) to make this choice By default, we keep the static version, for backward-compatibility.

Merge request reports