[c-ares] Fail fast check for uwp

This commit is contained in:
Robert Schumacher 2018-03-07 12:06:30 -08:00
parent a759caf15e
commit 41c6741b21

View File

@ -1,3 +1,7 @@
if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
message(FATAL_ERROR "c-ares does not currently support UWP.")
endif()
include(vcpkg_common_functions)
vcpkg_from_github(