Unable to install older versions of boost. #42142
Unanswered
anmoldhuria
asked this question in
Q&A
Replies: 1 comment
-
Back then vcpkg did not support versioning. So you have to select a newer version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I am trying to install boost-1.68.0.
I was following this https://learn.microsoft.com/en-us/vcpkg/consume/boost-versions. Got the baseline version as explained there.
vcpkg.json I have tried:
The exception I am facing is :
[DEBUG] Failed to open: C:\repos\tmp\vcpkg_buildtrees\versioning_\versions\liblzma\5f491131f98307f42a98db7ad0b5455225481284\vcpkg.json
[DEBUG] Failed to open: C:\repos\tmp\vcpkg_buildtrees\versioning_\versions\zlib\53a4615c8bb9b98a3864b834a6bbe51cc6c849ef\vcpkg.json
error: the baseline does not contain an entry for port boost-disjoint-sets
error: the baseline does not contain an entry for port boost-signals
Also when I am trying baseline-commit as it has 1.68.0 commit. eae02c9
I am getting these errors:
Is there a way to install older version of boost ?
Beta Was this translation helpful? Give feedback.
All reactions