mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
5 lines
239 B
CMake
5 lines
239 B
CMake
if (EXISTS "/etc/arch-release" OR EXISTS "/etc/manjaro-release" OR NO_NCURSESW)
|
|
add_definitions (-DNO_NCURSESW)
|
|
elseif(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR CMAKE_SYSTEM_NAME MATCHES "OpenBSD" )
|
|
add_definitions (-DNO_NCURSESW)
|
|
endif() |