early-access version 2853
This commit is contained in:
5
externals/vcpkg/ports/getopt/portfile.cmake
vendored
Executable file
5
externals/vcpkg/ports/getopt/portfile.cmake
vendored
Executable file
@@ -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)
|
||||
Reference in New Issue
Block a user