1
0
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:
Sebastien Helleu
2010-08-13 23:35:30 +02:00
parent 3950a60e87
commit 776329b93f
6 changed files with 65 additions and 66 deletions
+2 -2
View File
@@ -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 )