boostorg / build

B2 makes it easy to build C++ projects, everywhere.
Boost Software License 1.0
229 stars 48 forks source link

Multiple Visual Studio 2019: selecting version in bootstrap.bat #715

Open tobias-loew opened 3 years ago

tobias-loew commented 3 years ago

Hi,

I've got multiple versions of Visual Studio 2019 on my build machine. Currently bootstrap.bat always selects the "latest" one (which is usually the current Preview version). It would be cool having a command line option to specify the version-range in the same way vswhere expects it. Additionally, disabling of preview versions would also be a useful option

bootstrap.bat --version [16.8,16.9) --no-preview

Tobias

stale[bot] commented 3 years ago

Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2 This issue has been automatically marked as "transition" to indicate the potential for needing transition to the new B2 development project.