mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:49:08 +08:00
fc8763ac0c
The supports expression was missing a block for UWP that was in portfile.cmake. Also updates ci.baseline.txt. In support of https://github.com/microsoft/vcpkg/pull/21502
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"name": "cpuid",
|
|
"version": "0.5.1",
|
|
"port-version": 3,
|
|
"description": "Provides CPU identification for the x86 (and x86_64)",
|
|
"homepage": "https://github.com/anrieff/libcpuid",
|
|
"supports": "(x86 | x64) & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|