diff options
| author | Silvio Traversaro <silvio.traversaro@iit.it> | 2021-06-15 19:25:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-15 10:25:49 -0700 |
| commit | 16ecf1ba14c47e7a792946560b4afd68ad83b4b7 (patch) | |
| tree | e77a0958e0ec102b698400973a9efb1575df865b /ports | |
| parent | 3910b2976721f0032b6593dad6ce09b39009922c (diff) | |
| download | vcpkg-16ecf1ba14c47e7a792946560b4afd68ad83b4b7.tar.gz vcpkg-16ecf1ba14c47e7a792946560b4afd68ad83b4b7.zip | |
[open6254] Enable uwp support (#18390)
* open62541: Enable uwp support
* Update versions for open62541
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/open62541/vcpkg.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/open62541/vcpkg.json b/ports/open62541/vcpkg.json index 5e0841e7c..0dcbcb81b 100644 --- a/ports/open62541/vcpkg.json +++ b/ports/open62541/vcpkg.json @@ -1,10 +1,9 @@ { "name": "open62541", "version": "1.1.2", - "port-version": 1, + "port-version": 2, "description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.", "homepage": "https://open62541.org", - "supports": "!uwp", "default-features": [ "openssl" ], |
