Subject: Re: [boost] CMake Announcement from Boost Steering Committee
From: Peter Dimov (lists_at_[hidden])
Date: 2017-07-19 13:12:16


Sergei Nikulov wrote:

> JFYI, same commands used on every system
> 1. generate> cmake ..
> 2. build> cmake --build .
> 3. test> ctest

Well not entirely, because for MS backends you can pick --config Release at
build time and for the rest you need to pick -DCMAKE_BUILD_TYPE at configure
time.

Not to mention the address-model, choosing which MSBuild supports at build
time, but CMake not only doesn't, you have to use an entirely different
generator for 64 bit.