Skip to content

Commit

Permalink
build, msvc: Drop no longer needed overrides in vcpkg.json
Browse files Browse the repository at this point in the history
This change also removes the "builtin-baseline," meaning the most recent
available package versions will be used.
  • Loading branch information
hebasto committed Oct 30, 2024
1 parent 97b790e commit 800b327
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"builtin-baseline": "9edb1b8e590cc086563301d735cae4b6e732d2d2",
"overrides":[
{"name": "libevent", "version": "2.1.12#7"},
{"name": "liblzma", "version": "5.4.1#1"}
],
"dependencies": [
"boost-date-time",
"boost-multi-index",
Expand Down

0 comments on commit 800b327

Please sign in to comment.