Boost logo

Boost :

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.)


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk