diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-03-20 01:56:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-19 09:56:01 -0700 |
| commit | 96403d0903c6663351c0b0e077beec9e296ec8e2 (patch) | |
| tree | 4ec1f26921bc14ee46962fa4b8af04cf227afb5e /versions/m- | |
| parent | 9e681d579b3ecadff19f339921c3dea89367236b (diff) | |
| download | vcpkg-96403d0903c6663351c0b0e077beec9e296ec8e2.tar.gz vcpkg-96403d0903c6663351c0b0e077beec9e296ec8e2.zip | |
[metrohash] support more triplets by excluding 128 CRC source (#16553)
* [metrohash] exclude CRC for x86
* the change will allow x86 triplets
* update port SHA
* [metrohash] remove fail_port_install
* update ci.baseline.txt
* [metrohash] sync portfile and CMakeLists.txt
* make both file use 'VCPKG_TARGET_TRIPLET' to make ease of comparison
* [metrohash] Use try_compile helpers
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions/m-')
| -rw-r--r-- | versions/m-/metrohash.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/m-/metrohash.json b/versions/m-/metrohash.json index f062696f4..56847f9fb 100644 --- a/versions/m-/metrohash.json +++ b/versions/m-/metrohash.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "777a0ee61fdc53dcad0971184232d29b58e52f63", + "version": "1.1.3", + "port-version": 4 + }, + { "git-tree": "33078163f0311cfecce47b42c304650b602c9ddf", "version-string": "1.1.3", "port-version": 3 |
