mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 20:39:02 +08:00
14 lines
373 B
Diff
14 lines
373 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 14ed67d..57673c1 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -126,7 +126,7 @@ set(
|
||
|
)
|
||
|
|
||
|
# install header files
|
||
|
-install(FILES ${haru_HDRS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|
||
|
+install(FILES ${haru_HDRS} DESTINATION include/)
|
||
|
|
||
|
# install various files
|
||
|
install(FILES README.md CHANGES INSTALL DESTINATION .)
|