aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorkreuzerkrieg <kreuzerkrieg@gmail.com>2020-03-19 07:53:31 +0200
committerGitHub <noreply@github.com>2020-03-18 22:53:31 -0700
commit7029557ee77182d2b086839fce6409fbb211fc5a (patch)
tree84b7fb87bfde34301a398199067525b2150f42a4 /ports
parentf9e10d656f73483cf9dca67714fc60a8c4489335 (diff)
downloadvcpkg-7029557ee77182d2b086839fce6409fbb211fc5a.tar.gz
vcpkg-7029557ee77182d2b086839fce6409fbb211fc5a.zip
Fix the naming mess (#10367)
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()