-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use vcpkg registry for custom ports (#936)
Instead of using overlay port, use a private registry. Update to dependencies will be handled in registry. This also allow single definition of dependency across projects, like sirius
- Loading branch information
1 parent
5e242a7
commit 53dfded
Showing
12 changed files
with
23 additions
and
227 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"default-registry": { | ||
"kind": "git", | ||
"baseline": "b8a9371ae5a920b021132f443cc5658e82ac7551", | ||
"repository": "https://github.com/microsoft/vcpkg" | ||
}, | ||
"registries": [ | ||
{ | ||
"kind": "git", | ||
"repository": "https://github.com/AntaresSimulatorTeam/antares-vcpkg-registry", | ||
"baseline": "3fa279503f88d764778bcaacdacd3aa27e323025", | ||
"packages": [ | ||
"coin-or-cbc", | ||
"coin-or-cgl", | ||
"coin-or-clp", | ||
"coin-or-osi", | ||
"coinutils", | ||
"sirius-solver" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters