mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 14:53:02 +08:00
[xlnt] Upgrade xlnt to 1.5.0 (#12972)
This commit is contained in:
parent
0bb8780a60
commit
3d8f6a653e
@ -1,4 +1,4 @@
|
||||
Source: xlnt
|
||||
Version: 1.4.0-1
|
||||
Version: 1.5.0
|
||||
Homepage: https://github.com/tfussell/xlnt
|
||||
Description: Cross-platform user-friendly xlsx library for C++14
|
||||
|
12
ports/xlnt/fix-not-found-include.patch
Normal file
12
ports/xlnt/fix-not-found-include.patch
Normal file
@ -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)
|
@ -7,10 +7,11 @@ endif()
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO tfussell/xlnt
|
||||
REF 85e6878cc41d4c5ad002e961dc1fe35e41f936b6 # v1.4.0
|
||||
SHA512 335198fbcc1b3028e38bced4ee26047047b02372b6c52727a64c0cab6db19cc31be8ac6c08e96f415875a181d6f717082220b0f63f08ef6ac194927e2184a9df
|
||||
REF 568ac85346bc37757b0cd16464e7e1ea7656df91 # v1.5.0
|
||||
SHA512 414d691b372934326dc0da134eb7752c27c3223b6e92b433494d0758ca657f43b66894ad54ac97a8410387a2531a573c81572daa6a0434fa023e8e29ca74331c
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
"fix-not-found-include.patch"
|
||||
${win_patch}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user