vcpkg/ports/libharu/fix-include-path.patch
Mengna Li 72cdfe25ee
[vcpkg baseline][libharu] update to 2.4.0-rc1 (#25569)
* 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
2022-07-13 10:30:11 -07:00

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 .)