1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

core: remove whitespace in cmake files

This commit is contained in:
Sébastien Helleu
2014-07-20 19:16:01 +02:00
parent f2fd562d79
commit d0b95b6858
6 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -43,5 +43,5 @@ include_directories(${CMAKE_BINARY_DIR})
add_library(weechat_gui_common STATIC ${LIB_GUI_COMMON_SRC})
if(ENABLE_NCURSES)
subdirs( curses )
subdirs(curses)
endif()