$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dennis Luehring (dl.soluz_at_[hidden])
Date: 2022-06-05 06:57:05
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?