aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cpuid/fix-build.patch
blob: 5b56a9736fef0ef1b10e60cc78f7289fa9d4c9a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4f5ff50..3d62dba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,6 @@ endif(UNIX)
 
 # Include subdirectories
 add_subdirectory(libcpuid)
-add_subdirectory(cpuid_tool)
 if(LIBCPUID_BUILD_DRIVERS)
   add_subdirectory(drivers)
 endif(LIBCPUID_BUILD_DRIVERS)