From 3e22b5164b8694b62cff85da05476a989c2f0413 Mon Sep 17 00:00:00 2001 From: sdcb Date: Tue, 25 Oct 2016 09:55:25 +0800 Subject: [PATCH] [cpprestsdk] Add websocket support. --- ports/cpprestsdk/CONTROL | 1 + ports/cpprestsdk/portfile.cmake | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index 4c55c7060f..9ed939516e 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,4 +1,5 @@ Source: cpprestsdk Version: 2.9.0 +Build-Depends: zlib, openssl, boost 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 diff --git a/ports/cpprestsdk/portfile.cmake b/ports/cpprestsdk/portfile.cmake index 98d45d857f..c10f2b0651 100644 --- a/ports/cpprestsdk/portfile.cmake +++ b/ports/cpprestsdk/portfile.cmake @@ -21,7 +21,7 @@ vcpkg_configure_cmake( OPTIONS -DBUILD_TESTS=OFF -DBUILD_SAMPLES=OFF - -DCPPREST_EXCLUDE_WEBSOCKETS=ON + -DCPPREST_EXCLUDE_WEBSOCKETS=OFF OPTIONS_DEBUG -DCASA_INSTALL_HEADERS=OFF )