vcpkg/ports/getopt/portfile.cmake

6 lines
200 B
CMake
Raw Normal View History

if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
message(FATAL_ERROR "No implementation of getopt is currently available for UWP targets")
2018-07-17 21:00:40 +08:00
endif()
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)