diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-08-12 14:42:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-12 14:42:45 -0700 |
| commit | 0e9d0cd89bf0bb13d24ef78ccf3a528215a5dc0b (patch) | |
| tree | b94c1f9b27a209f41c98bd731381dbdf2873c8c8 /ports/xerces-c | |
| parent | 0f3b6fc1638c3c0bf33a560d1ab89215b7af02fd (diff) | |
| download | vcpkg-0e9d0cd89bf0bb13d24ef78ccf3a528215a5dc0b.tar.gz vcpkg-0e9d0cd89bf0bb13d24ef78ccf3a528215a5dc0b.zip | |
[tiff][tesseract][xerces-c] Disable unmanaged optional dependencies (#7622)
Diffstat (limited to 'ports/xerces-c')
| -rw-r--r-- | ports/xerces-c/CONTROL | 2 | ||||
| -rw-r--r-- | ports/xerces-c/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/xerces-c/CONTROL b/ports/xerces-c/CONTROL index 3d2a4337e..6a7b0d216 100644 --- a/ports/xerces-c/CONTROL +++ b/ports/xerces-c/CONTROL @@ -1,5 +1,5 @@ Source: xerces-c -Version: 3.2.2-10 +Version: 3.2.2-11 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. diff --git a/ports/xerces-c/portfile.cmake b/ports/xerces-c/portfile.cmake index 0350d53ed..214cf971b 100644 --- a/ports/xerces-c/portfile.cmake +++ b/ports/xerces-c/portfile.cmake @@ -28,6 +28,7 @@ vcpkg_configure_cmake( -DDISABLE_DOC=ON -DDISABLE_SAMPLES=ON -DCMAKE_DISABLE_FIND_PACKAGE_ICU=${DISABLE_ICU} + -DCMAKE_DISABLE_FIND_PACKAGE_CURL=ON ${XMLCHTYPE} ) |
