mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:59:02 +08:00
1c0c374e93
vcpkg.json and portfile.cmake disagreed. vcpkg.json: windows & x64 & !static portfile: !linux & !osx & !uwp & !x86 Also ci.baseline.txt has: libfabric:arm-uwp=fail libfabric:x64-linux=fail libfabric:x64-osx=fail libfabric:x64-uwp=fail libfabric:x64-windows-static=fail libfabric:x64-windows-static-md=fail I'm assuming "windows" means the same as !linux & !osx. I'm assuming "x64" is intended to be the same as "!x86" given the ci.baseline.txt entries. This means we need to add !uwp. In support of https://github.com/microsoft/vcpkg/pull/21502 |
||
---|---|---|
.. | ||
add_additional_includes.patch | ||
portfile.cmake | ||
vcpkg.json |