Skip to content
Snippets Groups Projects
Commit a1abc5ca authored by Markus Blatt's avatar Markus Blatt
Browse files

[CMake] Stops linking Boost_LIBRARIES by default (Fixes FS#1312)

Previously, when adding boost flags, we always linked all
Boost_LIBRARIES. At least for the core modules this not needed
and resulted in errors on some systems.

This patch changes the add_dune_boost_flags function. By default no
libraries are linked, but one can either provide the libraries using
the LIBRARIES option or request linkage of all boost libraries with
the LINK_ALL_BOOST_LIBRARIES option.
parent 9170fc45
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment