mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 20:25:57 +08:00
parent
ae5dd51153
commit
2c84cb29db
@ -51,7 +51,7 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
if("tools" IN_LIST FEATURES)
|
||||
set(additional_tools "")
|
||||
if(EXISTS "${CURRENT_PACKAGES_DIR}/bin/cpuid-dump")
|
||||
if(EXISTS "${CURRENT_PACKAGES_DIR}/bin/cpuid-dump${VCPKG_TARGET_EXECUTABLE_SUFFIX}")
|
||||
list(APPEND additional_tools "cpuid-dump")
|
||||
endif()
|
||||
vcpkg_copy_tools(
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cpuinfo",
|
||||
"version-date": "2022-07-19",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)",
|
||||
"homepage": "https://github.com/pytorch/cpuinfo",
|
||||
"license": "BSD-2-Clause",
|
||||
|
@ -1734,7 +1734,7 @@
|
||||
},
|
||||
"cpuinfo": {
|
||||
"baseline": "2022-07-19",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"cr": {
|
||||
"baseline": "2020-04-26",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b48fc0cf93034d06bb34c5f83da8be921006b283",
|
||||
"version-date": "2022-07-19",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "fd82cda8111eabcbc6317c215c4ad58b9778e7e0",
|
||||
"version-date": "2022-07-19",
|
||||
|
Loading…
Reference in New Issue
Block a user