[libevent] Fail faster for unsupported platforms.

This commit is contained in:
Robert Schumacher 2017-07-20 19:18:00 -07:00
parent 4a3192837e
commit a42da34a07

View File

@ -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