aboutsummaryrefslogtreecommitdiff
path: root/ports/readline/portfile.cmake
blob: 45db4f37a1f2273c49b61ceddb42b4cb1c8d06d3 (plain)
1
2
3
4
5
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)