charls/benchmark/vcpkg.json
Victor Derks 1460d014ba
Fix triplet problem with vcpkg and ARM64 platform (#337)
vcpkg requires lowercase triplet names. Using ARM64 will trigger a failure. Add an explicit override to resolve this.
2024-11-21 23:43:12 +01:00

6 lines
236 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"dependencies": [ { "name": "benchmark", "version>=":"1.9.0" } ],
"builtin-baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da"
}