Skip to content

Commit

Permalink
[cpuid] Update option ENABLE_DOCS to LIBCPUID_ENABLE_DOCS (#43244)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Jan 14, 2025
1 parent 2991904 commit 6159d3e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/cpuid/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
1 change: 1 addition & 0 deletions ports/cpuid/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,7 @@
},
"cpuid": {
"baseline": "0.7.0",
"port-version": 0
"port-version": 1
},
"cpuinfo": {
"baseline": "2022-07-19",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cpuid.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "12033f70664a516b6f698d62ee473395daba302b",
"version": "0.7.0",
"port-version": 1
},
{
"git-tree": "af4cf6558e28039e5074af69e24747dfe46bd43f",
"version": "0.7.0",
Expand Down

0 comments on commit 6159d3e

Please sign in to comment.