vcpkg
vcpkg copied to clipboard
[boost] update to 1.80.0
This PR updates Boost to v1.80.0.
NOTE: At the moment, a beta release (1.80.0.beta1) is used to check the compatibility of all libraries. This PR will be draft until an official release is made.
Switch to the CMake build? As far as I could tell 1.80 finally comes with proper CMake scripts which install -config.cmake
etc.
Switch to the CMake build? As far as I could tell 1.80 finally comes with proper CMake scripts which install
-config.cmake
etc.
@Neumann-A Could you provide details? Release notes don't contain this information yet.
Could you provide details? Release notes doesn't contain this information yet.
hmm ok maybe I was just looking at one of the boost modules and it looked like proper CMake. Looked at program_options and it didn't have what I saw the last time so it might still be partial. So just ignore my ramblings.
ah please consider including/fixing #26004/https://github.com/microsoft/vcpkg/discussions/22762#discussioncomment-2126877
ah please consider including/fixing #26004/#22762 (comment)
I think it is better to fix this issue in a separate MR. Did you report the issue in Boost.Log?
That is https://github.com/boostorg/log/issues/177 but it is really a bug in the vcpkg boost setup not carrying required dependencies between boost ports.
Thank you!