diff --git a/ports/cpuid/portfile.cmake b/ports/cpuid/portfile.cmake index 9344316e3c80c4..ecc135571b7b93 100644 --- a/ports/cpuid/portfile.cmake +++ b/ports/cpuid/portfile.cmake @@ -13,7 +13,7 @@ vcpkg_from_github( vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" OPTIONS - -DENABLE_DOCS=OFF + -DLIBCPUID_ENABLE_DOCS=OFF ) vcpkg_cmake_install() diff --git a/ports/cpuid/vcpkg.json b/ports/cpuid/vcpkg.json index 08d8f4745b2284..748be11ba07f45 100644 --- a/ports/cpuid/vcpkg.json +++ b/ports/cpuid/vcpkg.json @@ -1,6 +1,7 @@ { "name": "cpuid", "version": "0.7.0", + "port-version": 1, "description": "Provides CPU identification for the x86 (and x86_64)", "homepage": "https://github.com/anrieff/libcpuid", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index c641c2597f6047..6bec31defca351 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2030,7 +2030,7 @@ }, "cpuid": { "baseline": "0.7.0", - "port-version": 0 + "port-version": 1 }, "cpuinfo": { "baseline": "2022-07-19", diff --git a/versions/c-/cpuid.json b/versions/c-/cpuid.json index 4b3fc0558a9590..b465d365fdc1e7 100644 --- a/versions/c-/cpuid.json +++ b/versions/c-/cpuid.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "12033f70664a516b6f698d62ee473395daba302b", + "version": "0.7.0", + "port-version": 1 + }, { "git-tree": "af4cf6558e28039e5074af69e24747dfe46bd43f", "version": "0.7.0",