aboutsummaryrefslogtreecommitdiff
path: root/ports/libssh/portfile.cmake
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-02-04 15:50:33 -0800
committerRobert Schumacher <roschuma@microsoft.com>2020-02-04 15:50:33 -0800
commitfff8a64f41b021d2da9bf2ae476635c1ec5fb598 (patch)
treeeb18d15a3345317d495f75bb25882151a89ed2b8 /ports/libssh/portfile.cmake
parent6f66ad14fe9da11d4bf50f5b25b4da86ed971c53 (diff)
downloadvcpkg-fff8a64f41b021d2da9bf2ae476635c1ec5fb598.tar.gz
vcpkg-fff8a64f41b021d2da9bf2ae476635c1ec5fb598.zip
[libssh] Remove unneeded patch and UWP check
Diffstat (limited to 'ports/libssh/portfile.cmake')
-rw-r--r--ports/libssh/portfile.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/libssh/portfile.cmake b/ports/libssh/portfile.cmake
index f96267f63..d9a8f7c6b 100644
--- a/ports/libssh/portfile.cmake
+++ b/ports/libssh/portfile.cmake
@@ -1,9 +1,5 @@
vcpkg_fail_port_install(ON_TARGET "UWP")
-if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL WindowsStore)
- message(FATAL_ERROR "WindowsStore not supported")
-endif()
-
set(VERSION 0.9.3)
vcpkg_download_distfile(ARCHIVE
URLS "https://www.libssh.org/files/0.9/libssh-${VERSION}.tar.xz"