aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/getopt/portfile.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/getopt/portfile.cmake')
-rw-r--r--vcpkg/ports/getopt/portfile.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcpkg/ports/getopt/portfile.cmake b/vcpkg/ports/getopt/portfile.cmake
new file mode 100644
index 0000000..21d59eb
--- /dev/null
+++ b/vcpkg/ports/getopt/portfile.cmake
@@ -0,0 +1,5 @@
+if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
+ message(FATAL_ERROR "No implementation of getopt is currently available for UWP targets")
+endif()
+
+set(VCPKG_POLICY_EMPTY_PACKAGE enabled)