diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-11-19 05:07:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-18 13:07:49 -0800 |
| commit | 81daeaa1bea5f5173377aec87974fdba36a74b17 (patch) | |
| tree | d7dc22bfad180706ab5174467c584bd9772a6ecf /ports/poco/CONTROL | |
| parent | 232aa4b2cf2a91cb7dc8c349d367a8f863144a94 (diff) | |
| download | vcpkg-81daeaa1bea5f5173377aec87974fdba36a74b17.tar.gz vcpkg-81daeaa1bea5f5173377aec87974fdba36a74b17.zip | |
[poco] Fix dependency and cmake config issue (#14589)
* [poco] Fix dependency and cmake config issue
* Merge the patches
Diffstat (limited to 'ports/poco/CONTROL')
| -rw-r--r-- | ports/poco/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/poco/CONTROL b/ports/poco/CONTROL index 6c4f1279a..275cc58f3 100644 --- a/ports/poco/CONTROL +++ b/ports/poco/CONTROL @@ -1,6 +1,6 @@ Source: poco Version: 1.10.1 -Port-Version: 1 +Port-Version: 2 Build-Depends: expat, pcre, zlib 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 |
