$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-03-27 22:46:59
Mateusz Loskot wrote:
> > What is that command supposed to build?
>
> Build all targets, in this particular case, the tests.
If you use BoostTest for the tests, `cmake --build .` doesn't build them.
They are built by `ctest`. (This is necessary in order to support compile
and link tests, but is used for run tests as well, so that you get a test
failure when a test fails to compile, instead of a build failure.)