Boost logo

Boost :

Subject: Re: [boost] [build] VC++ 2017 version number?
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2017-03-17 18:50:37


On 16 March 2017 at 23:09, Mateusz Loskot via Boost <boost_at_[hidden]>
wrote:

> CMake: Visual Studio 15 2017

Note that from CMake's pov this is the target IDE with the v141 toolset by
default, see :
https://cmake.org/cmake/help/v3.8/generator/Visual%20Studio%2015%202017.html
Because VS can be used with different compilers (as STL and others
clarified before), you can also
tell CMake to use another toolset using CMAKE_GENERATOR_TOOLSET as
specified in this link.
The GUI will also present a command line flag in case you do not want to
use the default toolset.

So basically it's "Visual Studio 15 2017" with "v141" toolset to be
precise, which mean that they get the choice of version name right if I
follow STL's advice.

Joël Lamotte


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