From: Dennis Luehring (dl.soluz_at_[hidden])
Date: 2024-03-21 04:31:12


Am 20.03.2024 um 21:07 schrieb Peter Dimov via Boost:
> Since Locale is a compiled library, you need to link to Boost::locale.
>
> target_link_libraries( my_test PRIVATE Boost::boost Boost::locale )

thank your for solving it - i copied that Boost cmake stuff over from a
big project
which uses locale very often - but i did't found any Boost::locale used
in this project
which is based only on find_package(boost config ...) - maybe some other
boost lib is grabbing
the dependency automaticly in this project?

thanks again