yuzu/externals/vcpkg/ports/readline/portfile.cmake

6 lines
202 B
CMake
Raw Normal View History

2022-07-23 05:01:36 +04:00
if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
message(FATAL_ERROR "No implementation of readline is currently available for UWP targets")
endif()
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)