Skip to content

Commit

Permalink
[VL] Remove fmt lib from vcpkg.json (#4531)
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE authored Jan 26, 2024
1 parent a571a0a commit 6cdb55b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dev/vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"glog",
"snappy",
"libdwarf",
"fmt",
{
"name": "folly",
"features": ["zstd", "lz4", "lzma", "snappy"]
Expand Down Expand Up @@ -107,8 +106,5 @@
}
]
}
},
"overrides": [
{ "name": "fmt", "version": "8.0.1" }
]
}
}

0 comments on commit 6cdb55b

Please sign in to comment.