diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-03-20 16:03:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-20 16:03:16 -0700 |
| commit | 056e9517ec7c461cdfabe8ff73124325708a4723 (patch) | |
| tree | 1feaef2f4165766455775f9571d188d2e1f9a3a3 /ports/signalrclient | |
| parent | 0a64f3a1f6868f70cfbee038c2646d10085d0caf (diff) | |
| download | vcpkg-056e9517ec7c461cdfabe8ff73124325708a4723.tar.gz vcpkg-056e9517ec7c461cdfabe8ff73124325708a4723.zip | |
[cpprestsdk] Disable websockets by default. (#10478)
* [cpprestsdk] Disable websockets by default.
The websockets backend cpprestsdk uses is websocketpp, which was last
committed to in late 2018 and appears defunct. Additionally, the
websockets feature brings an otherwise unnecessary Boost dependency on
Windows which takes a relatively long time to build.
Customers who still want the websockets bits can turn on the optional feature.
* Add dependency to signalr.
Diffstat (limited to 'ports/signalrclient')
| -rw-r--r-- | ports/signalrclient/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/signalrclient/CONTROL b/ports/signalrclient/CONTROL index 85e4427d5..d8939e177 100644 --- a/ports/signalrclient/CONTROL +++ b/ports/signalrclient/CONTROL @@ -1,5 +1,5 @@ Source: signalrclient -Version: 1.0.0-beta1-7 -Build-Depends: cpprestsdk, openssl +Version: 1.0.0-beta1-8 +Build-Depends: cpprestsdk[default-features,websockets], openssl Homepage: https://github.com/aspnet/SignalR-Client-Cpp Description: C++ client for SignalR. |
