diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-06-11 08:52:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-10 17:52:35 -0700 |
| commit | d8383c37b315307cf7898200c873659c8121000c (patch) | |
| tree | fb019d957e3d264c6860a052bc5f29aa078fc148 /ports/cpprestsdk/CONTROL | |
| parent | f9c7bf832b96a1a6bfdf7017c718a96bc1637bbe (diff) | |
| download | vcpkg-d8383c37b315307cf7898200c873659c8121000c.tar.gz vcpkg-d8383c37b315307cf7898200c873659c8121000c.zip | |
[cpprestsdk] Fix find dependency openssl (#11867)
* [cpprestsdk] Fix find dependency openssl
* Update portfile.cmake
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Diffstat (limited to 'ports/cpprestsdk/CONTROL')
| -rw-r--r-- | ports/cpprestsdk/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index 936209f50..64ce95aae 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,5 +1,5 @@ Source: cpprestsdk -Version: 2.10.16-1 +Version: 2.10.16-2 Build-Depends: openssl (!uwp&!windows), boost-system (!uwp&!windows), boost-date-time (!uwp&!windows), boost-regex (!uwp&!windows), boost-thread (!uwp&!windows), boost-filesystem (!uwp&!windows), boost-random (!uwp&!windows), boost-chrono (!uwp&!windows), |
