[xerces-c] fixed issue #9654 using git tag (#9702)

This commit is contained in:
Adam Mitz 2020-01-29 13:52:41 -06:00 committed by GitHub
parent 4a12817691
commit b5b21df60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Source: xerces-c
Version: 3.2.2-12
Version: 3.2.2-13
Homepage: https://github.com/apache/xerces-c
Description: Xerces-C++ is a XML parser, for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.

View File

@ -1,9 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apache/xerces-c
REF 71cc0e831b522933ae58253fcaf4423a166e6bec #3.2.2
SHA512 5ddaf84552cd1f685068352c12651780a9f4becd961d8efd0f1f6a21006df00ffb1afe9b9dd86a169f8c57c4f8b651d5477e1accfd7140a7a52aea14b23c9aed
HEAD_REF trunk
REF v3.2.2
SHA512 e4b2d3499fb4d1d1bcaf991ee858f352112683084b9cc7855c0e52e7fc8cc982a8e3cd548fa30718af6a6dee40e460d82ffcd3480a50f7e7516b462b2c2080c6
HEAD_REF master
PATCHES
disable-tests.patch
remove-dll-export-macro.patch
@ -57,7 +57,7 @@ configure_file(
${CURRENT_PACKAGES_DIR}/share/xercesc
@ONLY
)
file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug/include"
"${CURRENT_PACKAGES_DIR}/debug/share"