21 Jun
2024
21 Jun
'24
1:03 p.m.
Dennis Luehring wrote:
The CMake build also deduces the wrong toolset (vc144), will take care of it as well.
what is the effect - im currently bound to 1.84 - what toolset is then used for building?
The libraries are named e.g. libboost_atomic-vc144-mt-gd-x64-1_86.lib instead of the correct libboost_atomic-vc143-mt-gd-x64-1_86.lib I don't think there's any other effect. The fix for that is https://github.com/boostorg/cmake/commit/ae2e6a647187246d6009f80b56ba4c2c8f3...