diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-08-15 13:58:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-15 13:58:31 -0700 |
| commit | 3e0a1ddf7eb8273d8a0df8001569e7c1b2857d71 (patch) | |
| tree | 48d0f7ef5c8c54feaa98a30b523f7c2da45377af /ports/cpprestsdk | |
| parent | 45fcdbc7f26a80ba37baa48f403d20a1e1063bf2 (diff) | |
| parent | 561e1dd69b8f53c1a87f2e68ff347b4a60c950e1 (diff) | |
| download | vcpkg-3e0a1ddf7eb8273d8a0df8001569e7c1b2857d71.tar.gz vcpkg-3e0a1ddf7eb8273d8a0df8001569e7c1b2857d71.zip | |
Merge pull request #1582 from Microsoft/qualifier_change
change qualifier bracket to parens
Diffstat (limited to 'ports/cpprestsdk')
| -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 f284f2b53..f34f1ad4a 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,5 +1,5 @@ Source: cpprestsdk Version: 2.9.0-2 -Build-Depends: zlib [windows], openssl [windows], boost [windows], websocketpp [windows] +Build-Depends: zlib (windows), openssl (windows), boost (windows), websocketpp (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.
\ No newline at end of file |
