5 Jun
2022
5 Jun
'22
6:57 a.m.
Am 04.06.2022 um 12:57 schrieb Peter Dimov via Boost:
We should fix this in Boost.Test. In the meantime, you can disable autolinking by defining BOOST_ALL_NO_LIB, which can be done e.g. by changing
target_link_libraries(example Boost::unit_test_framework) to
target_link_libraries(example Boost::unit_test_framework Boost::disable_autolinking)
thanks - that tips fixes it for my small example and my big project any idea how to build boost with clang-cl, or is that just not supported?