You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In metrix-simulator, Boost doesn't link using the modern way Boost::module_name but uses instead the cmake variables Boost_LIBRARIES and Boost_INCLUDE_DIRS.
If the modern way is used, some link problems appear on some os (Fedora 29).
This seems to be a bug in boost as the link problem occurs between boost.log and Boost_setup_log.
The text was updated successfully, but these errors were encountered:
In metrix-simulator, Boost doesn't link using the modern way Boost::module_name but uses instead the cmake variables Boost_LIBRARIES and Boost_INCLUDE_DIRS.
If the modern way is used, some link problems appear on some os (Fedora 29).
This seems to be a bug in boost as the link problem occurs between boost.log and Boost_setup_log.
The text was updated successfully, but these errors were encountered: