diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-06 18:32:59 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-06 18:51:49 -0700 |
| commit | 1fb5313a881fe0fcfd90dff5255045c8367ee00b (patch) | |
| tree | 0aa49d71419218433d8faf7078ec5eebaa21ef98 /ports/websocketpp/portfile.cmake | |
| parent | bc18ea6622a852e9bd883051cd8503b9640cab59 (diff) | |
| download | vcpkg-1fb5313a881fe0fcfd90dff5255045c8367ee00b.tar.gz vcpkg-1fb5313a881fe0fcfd90dff5255045c8367ee00b.zip | |
[websocketpp] Add patch for openssl 1.1.0 compatibility
Diffstat (limited to 'ports/websocketpp/portfile.cmake')
| -rw-r--r-- | ports/websocketpp/portfile.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/websocketpp/portfile.cmake b/ports/websocketpp/portfile.cmake index 98a4d52e6..8531edd7d 100644 --- a/ports/websocketpp/portfile.cmake +++ b/ports/websocketpp/portfile.cmake @@ -9,6 +9,12 @@ vcpkg_download_distfile(ARCHIVE ) vcpkg_extract_source_archive(${ARCHIVE}) +vcpkg_apply_patches( + SOURCE_PATH ${SOURCE_PATH} + PATCHES + ${CMAKE_CURRENT_LIST_DIR}/openssl_110.patch +) + file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/share) # Put the license file where vcpkg expects it |
