diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-26 10:28:16 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-26 10:28:16 -0800 |
| commit | 7938006022d38176c2a9c7dd2829385559491ee0 (patch) | |
| tree | a523ed168fb1200698d7a8d74ce9fef8b0e845b5 /ports/antlr4 | |
| parent | 97101d4bd500d3784f3cd9524dbdaa1ef45978d3 (diff) | |
| download | vcpkg-7938006022d38176c2a9c7dd2829385559491ee0.tar.gz vcpkg-7938006022d38176c2a9c7dd2829385559491ee0.zip | |
[ports] Mark several ports as unbuildable on UWP
Diffstat (limited to 'ports/antlr4')
| -rw-r--r-- | ports/antlr4/portfile.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/antlr4/portfile.cmake b/ports/antlr4/portfile.cmake index d344e9d06..0d77208e0 100644 --- a/ports/antlr4/portfile.cmake +++ b/ports/antlr4/portfile.cmake @@ -1,3 +1,7 @@ +if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
+ message(FATAL_ERROR "${PORT} does not currently support UWP")
+endif()
+
include(vcpkg_common_functions)
set(VERSION 4.7)
|
