mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01: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
|
Source: xerces-c
|
||||||
Version: 3.2.3
|
Version: 3.2.3-1
|
||||||
Homepage: https://github.com/apache/xerces-c
|
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.
|
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
|
Description: ICU support
|
||||||
Build-Depends: icu
|
Build-Depends: icu
|
||||||
|
|
||||||
Feature: xmlch_wchar
|
Feature: xmlch-wchar
|
||||||
Description: XMLCh type uses wchar_t
|
Description: XMLCh type uses wchar_t
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ set(DISABLE_ICU ON)
|
|||||||
if("icu" IN_LIST FEATURES)
|
if("icu" IN_LIST FEATURES)
|
||||||
set(DISABLE_ICU OFF)
|
set(DISABLE_ICU OFF)
|
||||||
endif()
|
endif()
|
||||||
if ("xmlch_wchar" IN_LIST FEATURES)
|
if ("xmlch-wchar" IN_LIST FEATURES)
|
||||||
set(XMLCHTYPE -Dxmlch-type=wchar_t)
|
set(XMLCHTYPE -Dxmlch-type=wchar_t)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user