mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Fix the naming mess (#10367)
This commit is contained in:
parent
f9e10d656f
commit
7029557ee7
@ -1,4 +1,4 @@
|
||||
Source: libcpuid
|
||||
Source: cpuid
|
||||
Version: 0.4.1
|
||||
Homepage: https://github.com/anrieff/libcpuid
|
||||
Description: Provides CPU identification for the x86 (and x86_64)
|
@ -18,7 +18,7 @@ vcpkg_configure_cmake(
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake)
|
||||
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/cpuid)
|
||||
|
||||
vcpkg_copy_pdbs()
|
||||
|
@ -719,9 +719,9 @@ libconfig:x64-osx=fail
|
||||
libcopp:arm64-windows=fail
|
||||
libcopp:arm-uwp=fail
|
||||
libcopp:x64-windows-static=fail
|
||||
libcpuid:arm-uwp=fail
|
||||
libcpuid:x64-uwp=fail
|
||||
libcpuid:arm64-windows=fail
|
||||
cpuid:arm-uwp=fail
|
||||
cpuid:x64-uwp=fail
|
||||
cpuid:arm64-windows=fail
|
||||
libdatrie:x64-linux=fail
|
||||
libdatrie:x64-osx=fail
|
||||
libdisasm:arm-uwp=fail
|
||||
|
Loading…
x
Reference in New Issue
Block a user