diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-04-08 04:45:09 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 13:45:09 -0700 |
| commit | b4c067ed7d6a7b31a235f9a24d2536ad7995ad17 (patch) | |
| tree | 06fdc97de3254d39df13fa4caad6c8aa62b1865b /ports/poco | |
| parent | 186978b0e453464bcc320c29859a862193e7b5f1 (diff) | |
| download | vcpkg-b4c067ed7d6a7b31a235f9a24d2536ad7995ad17.tar.gz vcpkg-b4c067ed7d6a7b31a235f9a24d2536ad7995ad17.zip | |
[poco] Remove dependency port openssl for feature netssl on windows (#16526)
* [poco] Remove feature netssl, add required dependency openssl
* update version record
* [poco] Restore feature netssl
* [poco] Remove depend openssl
* Update versions/p-/poco.json
* Update versions/p-/poco.json
* update version record
Diffstat (limited to 'ports/poco')
| -rw-r--r-- | ports/poco/vcpkg.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ports/poco/vcpkg.json b/ports/poco/vcpkg.json index cf06a3484..e310417a2 100644 --- a/ports/poco/vcpkg.json +++ b/ports/poco/vcpkg.json @@ -1,7 +1,7 @@ { "name": "poco", "version-semver": "1.10.1", - "port-version": 4, + "port-version": 5, "description": "Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems.", "homepage": "https://github.com/pocoproject/poco", "supports": "!uwp", @@ -26,7 +26,10 @@ "netssl": { "description": "NetSSL support for POCO", "dependencies": [ - "openssl" + { + "name": "openssl", + "platform": "!windows" + } ] }, "pdf": { |
