aboutsummaryrefslogtreecommitdiff
path: root/ports/getopt/portfile.cmake
blob: 21d59ebcb387ba6d09cfecc38b5b0c2c1475dffd (plain)
1
2
3
4
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)