mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 21:14:08 +00:00
Update variable name.
This commit is contained in:
parent
7af538426a
commit
6282cc84fe
@ -87,7 +87,7 @@ endif()
|
||||
target_include_directories(musikcube BEFORE PRIVATE ${VENDOR_INCLUDE_DIRECTORIES})
|
||||
|
||||
# figure out if we have a "w" suffix or not...
|
||||
if (${NCURSES_DISABLE_LIB_SUFFIXES} MATCHES "true")
|
||||
if (${DISABLE_WIDE_NCURSES_LIB_SUFFIXES} MATCHES "true")
|
||||
message(STATUS "[ncurses] using library names *WITHOUT* 'w' prefix")
|
||||
set(CURSES_LIBRARY_NAME ncurses)
|
||||
set(PANEL_LIBRARY_NAME panel)
|
||||
|
Loading…
Reference in New Issue
Block a user