Install specific version of boost (not working for dependencies) #24681
-
Hello, I'm trying to install a specific version of some boost modules (ex 1.77). Problem that depended modules are installed with the latest version, what is not ok. Ofc, I can manually enumerate all possible dependencies but it's odd.
It installs boost-beast v1.77, but also installs a lot of latest boost libraries with v1.79. Seems that "overrides" feature is not working for dependencies. |
Beta Was this translation helpful? Give feedback.
Answered by
autoantwort
May 12, 2022
Replies: 1 comment 2 replies
-
Maybe take a look at https://github.com/microsoft/vcpkg/blob/master/docs/examples/modify-baseline-to-pin-old-boost.md |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dsazonoff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe take a look at https://github.com/microsoft/vcpkg/blob/master/docs/examples/modify-baseline-to-pin-old-boost.md