Dependency version range #45613
megalosandros
started this conversation in
General
Replies: 1 comment 4 replies
-
vcpkg does not backfill versions, so when there is a version 2.0 1.x versions are not added to vcpkg anymore. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to specify a version range for dependencies? Let's say I want to specify a dependency on a package, and I'm happy with versions 1.0, 1.1, 1.2, etc., but not 2.0 and higher. At the same time, I want that when a new version of the package is published that matches the 1.* mask, this package is automatically downloaded. In Conan, I can specify a range or specify masks - is there such an option in vkpkg?
Beta Was this translation helpful? Give feedback.
All reactions