$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2021-06-07 16:26:46
Edward Diener wrote:
> Since it is totally legitimate to use Boost.Test in header only mode, and many
> libraries currently do this, it is hardly a "waste of time" to support this under
> CMake.
Under CMake you can't use header-only libraries without linking to their targets.
So there's no real benefit from having a separate header-only target to link to;
you can just link to the ordinary target Boost::unit_test_framework.