aboutsummaryrefslogtreecommitdiff
path: root/ports/ace
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ace')
-rw-r--r--ports/ace/portfile.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/ace/portfile.cmake b/ports/ace/portfile.cmake
index fece3ebcc..a601f1205 100644
--- a/ports/ace/portfile.cmake
+++ b/ports/ace/portfile.cmake
@@ -1,3 +1,7 @@
+if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
+ message(FATAL_ERROR "${PORT} does not currently support UWP")
+endif()
+
if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
message(STATUS "Warning: Static building not supported yet. Building dynamic.")
set(VCPKG_LIBRARY_LINKAGE dynamic)