Skip to content

Fix/solvers missing pthread

Chris Cantwell requested to merge fix/solvers-missing-pthread into master

This adds the -pthread linker flag to the solvers (it was already added for library executables). This is needed to avoid undefined symbol linking errors when using boost_thread on some systems.

Merge request reports