This website requires JavaScript.
Explore
Help
Sign In
3party
/
vcpkg
Watch
0
Star
0
Fork
0
You've already forked vcpkg
mirror of
https://github.com/microsoft/vcpkg.git
synced
2025-01-18 00:38:12 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
vcpkg
/
scripts
/
e2e_ports
/
vcpkg-internal-e2e-test-port
/
portfile.cmake
2 lines
40 B
CMake
Raw
Normal View
History
Unescape
Escape
[vcpkg registries] support versions (#15114) * [vcpkg registries] support versions This PR merges the Registries changes and the versioning changes, so that one can use both at the same time. There is one major difference between this PR and the RFC (#13590), which is that instead of version files looking like: ```json [ ... ] ``` version files look like: ``` { "versions": [ ... ] } ``` this is to support interop between this PR and existing demos and the like; fixing this, along with perhaps renaming `port_versions` to `port-versions` should be done after this is merged, should be a trivial change.
2020-12-21 15:40:21 -08:00
set
(
VCPKG_POLICY_EMPTY_PACKAGE
enabled
)
Reference in New Issue
Copy Permalink