aboutsummaryrefslogtreecommitdiff
path: root/ports/xlnt/fix-not-found-include.patch
diff options
context:
space:
mode:
authorHongxu Xu <xuhongxu96@hotmail.com>2020-08-19 00:25:00 +0800
committerGitHub <noreply@github.com>2020-08-18 09:25:00 -0700
commit3d8f6a653ed6db6c20780c87134fbbb8988b00fc (patch)
treedc95533a78c93b4828b85ddb2a167eaf6dab6716 /ports/xlnt/fix-not-found-include.patch
parent0bb8780a60e67320a966421e2923595fa57cbf22 (diff)
downloadvcpkg-3d8f6a653ed6db6c20780c87134fbbb8988b00fc.tar.gz
vcpkg-3d8f6a653ed6db6c20780c87134fbbb8988b00fc.zip
[xlnt] Upgrade xlnt to 1.5.0 (#12972)
Diffstat (limited to 'ports/xlnt/fix-not-found-include.patch')
-rw-r--r--ports/xlnt/fix-not-found-include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/xlnt/fix-not-found-include.patch b/ports/xlnt/fix-not-found-include.patch
new file mode 100644
index 000000000..a3068b14c
--- /dev/null
+++ b/ports/xlnt/fix-not-found-include.patch
@@ -0,0 +1,12 @@
+diff --git a/cmake/XlntConfig.cmake.in b/cmake/XlntConfig.cmake.in
+index 01fe4981..9cefa6e0 100644
+--- a/cmake/XlntConfig.cmake.in
++++ b/cmake/XlntConfig.cmake.in
+@@ -7,7 +7,6 @@
+ get_filename_component(XLNT_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
+
+-set_and_check(XLNT_INCLUDE_DIR "@XLNT_INCLUDE_INSTALL_DIR@")
+
+ check_required_components(xlnt)
+
+ if(NOT TARGET xlnt::xlnt)