mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
fe77e593c8
* Update cpuid to 0.6.2 * Update CI baseline --------- Co-authored-by: chausner <chausner@users.noreply.github.com>
12 lines
259 B
Diff
12 lines
259 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -38,7 +38,6 @@ endif(UNIX)
|
|
|
|
# Include subdirectories
|
|
add_subdirectory(libcpuid)
|
|
-add_subdirectory(cpuid_tool)
|
|
if(LIBCPUID_TESTS)
|
|
add_subdirectory(tests)
|
|
endif()
|