aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/cpuid/CONTROL (renamed from ports/libcpuid/CONTROL)2
-rw-r--r--ports/cpuid/portfile.cmake (renamed from ports/libcpuid/portfile.cmake)2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/libcpuid/CONTROL b/ports/cpuid/CONTROL
index a39e59e23..84209185f 100644
--- a/ports/libcpuid/CONTROL
+++ b/ports/cpuid/CONTROL
@@ -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)
diff --git a/ports/libcpuid/portfile.cmake b/ports/cpuid/portfile.cmake
index 16d073951..70f80d70f 100644
--- a/ports/libcpuid/portfile.cmake
+++ b/ports/cpuid/portfile.cmake
@@ -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()