aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/libevent/portfile.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/libevent/portfile.cmake b/ports/libevent/portfile.cmake
index 1c70dd11f..99f0bb0e1 100644
--- a/ports/libevent/portfile.cmake
+++ b/ports/libevent/portfile.cmake
@@ -1,5 +1,9 @@
include(vcpkg_common_functions)
+if(VCPKG_CMAKE_SYSTEM_NAME MATCHES "WindowsStore")
+ message(FATAL_ERROR "libevent does not currently support UWP")
+endif()
+
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libevent/libevent