diff options
| -rw-r--r-- | ports/c-ares/portfile.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/c-ares/portfile.cmake b/ports/c-ares/portfile.cmake index 14f948ece..4a569b567 100644 --- a/ports/c-ares/portfile.cmake +++ b/ports/c-ares/portfile.cmake @@ -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( |
