[xercesc] rename feature from xmlch_wchar to xmlch-wchar (#12205)

This commit is contained in:
Johnny Willemsen 2020-07-03 06:12:23 +02:00 committed by GitHub
parent e5a6d6db62
commit 485799e37b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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()