27 Mar
2020
27 Mar
'20
10:56 p.m.
On Fri, 27 Mar 2020 at 23:47, Peter Dimov via Boost
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.)
It makes sense, thanks! Best regards, -- Mateusz Loskot, http://mateusz.loskot.net