mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:08:59 +08:00
485e459074
* [bullet3] Remove vcpkg_fail_port_install. The supports expression and the portfile.cmake disagreed. Supports: !((windows | linux) & (arm | uwp)) Portfile: osx | !(arm | arm64 | uwp) If we demorgan the supports expression we get something closer to the portfile: !(windows | linux) | !(arm | uwp) If we take "!(windows | linux)" to mean that the author meant "osx", and assume arm64 implies arm, we end up with: osx | !(arm | uwp) In support of: https://github.com/microsoft/vcpkg/pull/21502 * Also remove ci.baseline.txt entries now covered by vcpkg.json. |
||
---|---|---|
.. | ||
cmake-fix.patch | ||
portfile.cmake | ||
usage | ||
vcpkg.json |