mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 19:23:13 +02:00
Rename cmake options DISABLE_XXX to ENABLE_XXX
This commit is contained in:
@@ -39,9 +39,9 @@ gui-window.c gui-window.h)
|
||||
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR})
|
||||
ADD_LIBRARY(weechat_gui_common STATIC ${LIB_GUI_COMMON_SRC})
|
||||
|
||||
IF(NOT DISABLE_NCURSES)
|
||||
IF(ENABLE_NCURSES)
|
||||
SUBDIRS( curses )
|
||||
ENDIF(NOT DISABLE_NCURSES)
|
||||
ENDIF(ENABLE_NCURSES)
|
||||
|
||||
IF(ENABLE_GTK)
|
||||
ADD_SUBDIRECTORY( gtk )
|
||||
|
||||
Reference in New Issue
Block a user