27 Mar
2020
27 Mar
'20
10:46 p.m.
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.)