aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/utf8-range/fix-cmake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/utf8-range/fix-cmake.patch')
-rw-r--r--vcpkg/ports/utf8-range/fix-cmake.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/utf8-range/fix-cmake.patch b/vcpkg/ports/utf8-range/fix-cmake.patch
new file mode 100644
index 0000000..d006c70
--- /dev/null
+++ b/vcpkg/ports/utf8-range/fix-cmake.patch
@@ -0,0 +1,12 @@
+diff --git a/third_party/utf8_range/CMakeLists.txt b/third_party/utf8_range/CMakeLists.txt
+index 344952d38..dd855df17 100644
+--- a/third_party/utf8_range/CMakeLists.txt
++++ b/third_party/utf8_range/CMakeLists.txt
+@@ -63,6 +63,7 @@ if (utf8_range_ENABLE_INSTALL)
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
++ INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
+ )
+
+ configure_package_config_file(