boostorg / dll

Library for comfortable work with DLL and DSO
https://boost.org/libs/dll
52 stars 43 forks source link

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

Open joris-nijs opened 11 months ago

joris-nijs commented 11 months ago

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?