dll icon indicating copy to clipboard operation
dll copied to clipboard

On Linux, Boost dll requires linking against dl, why not do this in the CMakeLists.txt?

Open joris-nijs opened this issue 2 years ago • 0 comments

The boost dll documentation documentation suggests to link against dl on Linux: https://www.boost.org/doc/libs/1_84_0/doc/html/boost_dll/getting_started.html.

Would there be reason not to do this already in the Boost dll CMakeLists.txt when using the CMake integration?

joris-nijs avatar Dec 20 '23 13:12 joris-nijs