aboutsummaryrefslogtreecommitdiff
path: root/ports/metrohash/portfile.cmake
AgeCommit message (Collapse)Author
2021-03-19[metrohash] support more triplets by excluding 128 CRC source (#16553)Park DongHa
* [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>
2021-02-02[metrohash] support Android triplet build (#15715)Park DongHa
* [metrohash] support Android build * check ANDROID variable * exclude 'crc' sources that requires non-ARM intrinsic * rewrite CONTROL to vcpkg.json * [metrohash] update checksum and version JSON * [metrohash] apply PR feedback * [metrohash] enable sse4.2 for Clang compiler * [metrohash] fix wrong version string * [metrohash] fix wrong version string
2020-04-30[metrohash] installation fix (#10992)kreuzerkrieg
2020-03-10[MetroHash] Add new port (#10049)kreuzerkrieg
* MetroHash * wip * wip * wip