-
Notifications
You must be signed in to change notification settings - Fork 7.5k
How to specify a version of a library #1681
Copy link
Copy link
Closed
Labels
category:documentationTo resolve the issue, documentation will need to be updatedTo resolve the issue, documentation will need to be updatedcategory:vcpkg-featureThe issue is a new capability of the tool that doesn’t already exist and we haven’t committedThe issue is a new capability of the tool that doesn’t already exist and we haven’t committed
Metadata
Metadata
Assignees
Labels
category:documentationTo resolve the issue, documentation will need to be updatedTo resolve the issue, documentation will need to be updatedcategory:vcpkg-featureThe issue is a new capability of the tool that doesn’t already exist and we haven’t committedThe issue is a new capability of the tool that doesn’t already exist and we haven’t committed
I cannot find any documentation on installing a specific version of a library.
Boost 1.65 breaks my build and I need to fall back to 1.64.
Is there a smart way to do that?
Currently I just
git resetvcpkg to the commit right before boost version bump, but that's ugly.