You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, vcpkg doesn't seem to support several versions for a same package.
In day to day work a developer often has to deal with several projects, each of these depending on several packages that can be used by another project with another version.
For instance, project A depends on opencv 3.1 while project B depends on opencv 3.2, and the A project is on the release path and can't spend time to migrate towards the new version.
In this context, we expect to have some kind of packages/x64_os/opencv/version structure to maintain several versions of the package.
It requires vcpkg to provide an additionnal version option upon install ...
The text was updated successfully, but these errors were encountered:
For now, vcpkg doesn't seem to support several versions for a same package.
In day to day work a developer often has to deal with several projects, each of these depending on several packages that can be used by another project with another version.
For instance, project A depends on opencv 3.1 while project B depends on opencv 3.2, and the A project is on the release path and can't spend time to migrate towards the new version.
In this context, we expect to have some kind of packages/x64_os/opencv/version structure to maintain several versions of the package.
It requires vcpkg to provide an additionnal version option upon install ...
The text was updated successfully, but these errors were encountered: