mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:28:59 +08:00
14 lines
487 B
Diff
14 lines
487 B
Diff
|
diff --git a/libcpuid/CMakeLists.txt b/libcpuid/CMakeLists.txt
|
||
|
index 96533ac..d71953f 100644
|
||
|
--- a/libcpuid/CMakeLists.txt
|
||
|
+++ b/libcpuid/CMakeLists.txt
|
||
|
@@ -75,7 +75,7 @@ install(TARGETS cpuid
|
||
|
LIBRARY DESTINATION "lib"
|
||
|
ARCHIVE DESTINATION "lib"
|
||
|
RUNTIME DESTINATION "bin"
|
||
|
- INCLUDES DESTINATION "include")
|
||
|
+ PUBLIC_HEADER DESTINATION "include")
|
||
|
|
||
|
install(FILES "${project_config}" "${version_config}"
|
||
|
DESTINATION "${config_install_dir}"
|