mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-20 16:54:04 -05:00
6 lines
202 B
CMake
6 lines
202 B
CMake
|
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)
|