Boost logo

Boost :

Subject: Re: [boost] Follow-up to the follow-up of the CMake follow-up
From: Peter Dimov (lists_at_[hidden])
Date: 2017-07-13 18:24:58


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk