bfgroup / b2

B2 makes it easy to build C++ projects, everywhere.
https://www.bfgroup.xyz/b2/
Boost Software License 1.0
75 stars 228 forks source link

fixed build for msvc 14.3 with Visual Studio 17.10 or newer #372

Closed tobias-loew closed 3 months ago

tobias-loew commented 4 months ago

recognition of msvc toolset v143 for Visual Studio 17.10 or newer did not work

Proposed changes

Checking also for prefix 14.4

Types of changes

Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

Nekto89 commented 3 months ago

I've applied this patch on top of b2 4.10.1 and it helped me to build Boost 1.84.0 with VS2022 Update 10 Preview 6 through conan.

grafikrobot commented 3 months ago

Fixed with https://github.com/bfgroup/b2/commit/2d756eb245e9898cbeb3212ca1716038927329a8