aboutsummaryrefslogtreecommitdiff
path: root/ports/cpprestsdk/portfile.cmake
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-02-06 15:45:13 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-02-06 15:45:13 -0800
commit3d0ace31e359cc7ceaf1391da05ecbdc3d611f2c (patch)
tree7ca7358ac661e690bbe9d30fe187594dc9c4f26e /ports/cpprestsdk/portfile.cmake
parentc9d434dfbc985be918295cabe7b37fae7732b9c8 (diff)
downloadvcpkg-3d0ace31e359cc7ceaf1391da05ecbdc3d611f2c.tar.gz
vcpkg-3d0ace31e359cc7ceaf1391da05ecbdc3d611f2c.zip
[cpprestsdk] Update to 2.10.2
Diffstat (limited to 'ports/cpprestsdk/portfile.cmake')
-rw-r--r--ports/cpprestsdk/portfile.cmake9
1 files changed, 2 insertions, 7 deletions
diff --git a/ports/cpprestsdk/portfile.cmake b/ports/cpprestsdk/portfile.cmake
index ca22f2a5c..46686bb0a 100644
--- a/ports/cpprestsdk/portfile.cmake
+++ b/ports/cpprestsdk/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/cpprestsdk
- REF v2.10.1
- SHA512 f6a93e5e87e27db724ccc028326b1dce243617cb0ae0d101b2cea700c4f264c073cb0e8a9d88a14be165e16ef2f1f43a17e49278087bc8cf372e623a1b6a9c47
+ REF v2.10.2
+ SHA512 267a928f770a668874f9b7e381e8977ffa3478c9292df4ed93d4235d20f0e89b1bfe4cfc82945d3f28fe2746a4fe6089009c4839dac5db130494bb3a395dd198
HEAD_REF master
)
@@ -16,11 +16,6 @@ if(NOT VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
-DWEBSOCKETPP_CONFIG_VERSION=${WEBSOCKETPP_PATH})
endif()
-vcpkg_apply_patches(
- SOURCE_PATH ${SOURCE_PATH}
- PATCHES "${CMAKE_CURRENT_LIST_DIR}/undef-minmax.patch"
-)
-
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}/Release
PREFER_NINJA