Skip to content

Commit

Permalink
try to make CMake formatting rules happy
Browse files Browse the repository at this point in the history
  • Loading branch information
koeppea committed Apr 29, 2018
1 parent 3002bcd commit 6e2cae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/EttercapLibCheck.cmake
Expand Up @@ -11,7 +11,7 @@ if(ENABLE_CURSES)
set(CURSES_NEED_NCURSES TRUE)
find_package(Curses REQUIRED)
set(HAVE_NCURSES 1)
set(EC_INTERFACES_LIBS ${EC_INTERFACES_LIBS} ${CURSES_LIBRARIES}
set(EC_INTERFACES_LIBS ${EC_INTERFACES_LIBS} ${CURSES_LIBRARIES}
${CURSES_NCURSES_LIBRARY} ${CURSES_FORM_LIBRARY})
set(EC_INCLUDE ${EC_INCLUDE} ${CURSES_INCLUDE_DIR} ${CURSES_INCLUDE_DIR}/ncurses)

Expand Down

0 comments on commit 6e2cae2

Please sign in to comment.