diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-10-24 21:01:48 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-10-24 21:01:48 -0700 |
| commit | 878b65e6b9cd1b7ec25289c7bfd942aea0d7f3f9 (patch) | |
| tree | 7d7fce8dcd17e57b3ad3f3178c6203b92361f5ed /ports/cpprestsdk | |
| parent | 65a49cf85f98fe9ead5092fbacf5b6b5ff6147c9 (diff) | |
| parent | b01b2c8467042d4313d916208c26a7b382292a52 (diff) | |
| download | vcpkg-878b65e6b9cd1b7ec25289c7bfd942aea0d7f3f9.tar.gz vcpkg-878b65e6b9cd1b7ec25289c7bfd942aea0d7f3f9.zip | |
Merge pull request #213 from sdcb/cpprestsdk-ws
[cpprestsdk] Add websocket support.
Diffstat (limited to 'ports/cpprestsdk')
| -rw-r--r-- | ports/cpprestsdk/CONTROL | 3 | ||||
| -rw-r--r-- | ports/cpprestsdk/portfile.cmake | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/cpprestsdk/CONTROL b/ports/cpprestsdk/CONTROL index 4c55c7060..db1c9038e 100644 --- a/ports/cpprestsdk/CONTROL +++ b/ports/cpprestsdk/CONTROL @@ -1,4 +1,5 @@ Source: cpprestsdk -Version: 2.9.0 +Version: 2.9.0-1 +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 98d45d857..c10f2b065 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 ) |
