mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-05 21:55:24 +00:00
Added new NO_NCURSESW CMake (not C++) definition. Will use this to help
debug build issues on Arch variants.
This commit is contained in:
parent
d4a88e2085
commit
93af3d1447
@ -80,7 +80,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
|||||||
include_directories("/usr/local/include")
|
include_directories("/usr/local/include")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (EXISTS "/etc/arch-release")
|
if (EXISTS "/etc/arch-release" OR NO_NCURSESW)
|
||||||
add_definitions (-DNO_NCURSESW)
|
add_definitions (-DNO_NCURSESW)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user