diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-04-17 02:48:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 11:48:33 -0700 |
| commit | 4b8ad78657bc1b55080e3cfb350e3ebbe2c1f1ee (patch) | |
| tree | e84aa22942050e54417432368f630fdfb65a79bb /ports/curlpp/CONTROL | |
| parent | c5f01e1dee0d41b8014ac6f1eeafda974917ba17 (diff) | |
| download | vcpkg-4b8ad78657bc1b55080e3cfb350e3ebbe2c1f1ee.tar.gz vcpkg-4b8ad78657bc1b55080e3cfb350e3ebbe2c1f1ee.zip | |
[curlpp] Fix target "curlpp" link "ZLIB::ZLIB" error (#10535)
* [curl] Add zlib to default feature
* [curl] Fix line alignment
* [curlpp] Fix target "curlpp" link "ZLIB::ZLIB" error
* [curlpp] Fix target "curlpp" link "ZLIB::ZLIB" error
Diffstat (limited to 'ports/curlpp/CONTROL')
| -rw-r--r-- | ports/curlpp/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/curlpp/CONTROL b/ports/curlpp/CONTROL index 3978c383c..cac6a6048 100644 --- a/ports/curlpp/CONTROL +++ b/ports/curlpp/CONTROL @@ -1,4 +1,4 @@ Source: curlpp -Version: 2018-06-15-2 +Version: 2018-06-15-3 Description: C++ wrapper around libcURL Build-Depends: curl |
