diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-10-15 14:39:28 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-10-15 21:32:28 -0700 |
| commit | 5d0b56d7c1b30709a4fc6c7899ef01781ee155e6 (patch) | |
| tree | dbed7e9e7c63e58ecaee6e32e10afdb87fecacd8 /ports/cpprestsdk/CONTROL | |
| parent | 10e7bd5772ca1a5d315200ba6c7541141e72b935 (diff) | |
| download | vcpkg-5d0b56d7c1b30709a4fc6c7899ef01781ee155e6.tar.gz vcpkg-5d0b56d7c1b30709a4fc6c7899ef01781ee155e6.zip | |
[cpprestsdk] Fix fixup_targets for new versions of cpprestsdk
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 8a7d2aa06..2693d2390 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,5 +1,5 @@ Source: cpprestsdk -Version: 2.10.6 +Version: 2.10.6-1 Build-Depends: zlib, openssl (!uwp), boost-system (!uwp), boost-date-time (!uwp), boost-regex (!uwp), websocketpp (!uwp), boost-thread (!uwp&!windows), boost-filesystem (!uwp&!windows), boost-random (!uwp&!windows), boost-chrono (!uwp&!windows) Description: C++11 JSON, REST, and OAuth library The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services. |
