13 Jul
2017
13 Jul
'17
6:24 p.m.
Louis Dionne wrote:
Specifically, the config file for Boost.Interprocess would need to specify something along the lines of:
if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") target_link_libraries(boost_interprocess INTERFACE -lrt) endif()
Yes, and there's also the problem that some libraries don't have the same name as their directory. Specifically, Test and Stacktrace, but there may be others. There was also Math, but I made it header-only.