mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 18:39:08 +08:00
72cdfe25ee
* update to 2.4.0-rc1 * update vtk vcpkg.json file * export targets * update patch * update patch * Fix FindLibHaru in vtk * update ports/vtk/FindLibHaru.patch * update patch * fix find libharu
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 .)
|