mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[c-ares] Fail fast check for uwp
This commit is contained in:
parent
a759caf15e
commit
41c6741b21
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user