mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[xercesc] rename feature from xmlch_wchar to xmlch-wchar (#12205)
This commit is contained in:
parent
e5a6d6db62
commit
485799e37b
@ -1,5 +1,5 @@
|
||||
Source: xerces-c
|
||||
Version: 3.2.3
|
||||
Version: 3.2.3-1
|
||||
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.
|
||||
|
||||
@ -7,6 +7,6 @@ Feature: icu
|
||||
Description: ICU support
|
||||
Build-Depends: icu
|
||||
|
||||
Feature: xmlch_wchar
|
||||
Feature: xmlch-wchar
|
||||
Description: XMLCh type uses wchar_t
|
||||
|
||||
|
@ -13,7 +13,7 @@ set(DISABLE_ICU ON)
|
||||
if("icu" IN_LIST FEATURES)
|
||||
set(DISABLE_ICU OFF)
|
||||
endif()
|
||||
if ("xmlch_wchar" IN_LIST FEATURES)
|
||||
if ("xmlch-wchar" IN_LIST FEATURES)
|
||||
set(XMLCHTYPE -Dxmlch-type=wchar_t)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user