21 Mar
2024
21 Mar
'24
4:31 a.m.
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