mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
bump xlnt version, add dependencies to control file, point at latest commit
This commit is contained in:
parent
2f42035ab4
commit
23ab2a0f97
@ -1,3 +1,4 @@
|
|||||||
Source: xlnt
|
Source: xlnt
|
||||||
Version: 0.9.1
|
Version: 0.9.4
|
||||||
Description: Cross-platform user-friendly xlsx library for C++14
|
Description: Cross-platform user-friendly xlsx library for C++14
|
||||||
|
Depends: zlib cryptopp expat
|
||||||
|
@ -8,7 +8,7 @@ include(vcpkg_common_functions)
|
|||||||
find_program(GIT git)
|
find_program(GIT git)
|
||||||
|
|
||||||
set(GIT_URL "https://github.com/tfussell/xlnt.git")
|
set(GIT_URL "https://github.com/tfussell/xlnt.git")
|
||||||
set(GIT_REV "c43561b4bdfb66caa78e2acfb7d513c0810cd4b0")
|
set(GIT_REV "f908dca6fe342f44b814073947aaccc69df7c9b6")
|
||||||
|
|
||||||
if(NOT EXISTS "${DOWNLOADS}/xlnt.git")
|
if(NOT EXISTS "${DOWNLOADS}/xlnt.git")
|
||||||
message(STATUS "Cloning")
|
message(STATUS "Cloning")
|
||||||
|
Loading…
Reference in New Issue
Block a user