diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/utf8-range/fix-cmake.patch | |
Diffstat (limited to 'vcpkg/ports/utf8-range/fix-cmake.patch')
| -rw-r--r-- | vcpkg/ports/utf8-range/fix-cmake.patch | 12 |
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(
|