vcpkg/ports/murmurhash/vcpkg.json
Billy O'Neal 21fdbc58a6
[murmurhash] Remove vcpkg_fail_port_install. (#22749)
There was no supports expression before so there was ci.baseline.txt impact.

In support of https://github.com/microsoft/vcpkg/pull/21502
2022-01-24 02:18:23 -08:00

9 lines
222 B
JSON

{
"name": "murmurhash",
"version-date": "2016-01-09",
"port-version": 5,
"description": "MurmurHash a family of hash functions.",
"homepage": "https://github.com/aappleby/smhasher",
"supports": "!uwp & !arm"
}