Added new NO_NCURSESW CMake (not C++) definition. Will use this to help

debug build issues on Arch variants.
This commit is contained in:
casey langen 2017-07-28 16:42:08 -07:00
parent d4a88e2085
commit 93af3d1447

View File

@ -80,7 +80,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
include_directories("/usr/local/include")
endif ()
if (EXISTS "/etc/arch-release")
if (EXISTS "/etc/arch-release" OR NO_NCURSESW)
add_definitions (-DNO_NCURSESW)
endif()