Merge #933 'Avoid linking with libform(w).so'

This commit is contained in:
John Szakmeister 2014-07-10 08:53:13 -04:00
commit 8f17da61c5

View File

@ -146,7 +146,7 @@ else()
list(APPEND NVIM_LINK_LIBRARIES tinfo)
else()
find_package(Curses REQUIRED)
list(APPEND NVIM_LINK_LIBRARIES ${CURSES_LIBRARIES})
list(APPEND NVIM_LINK_LIBRARIES ${CURSES_LIBRARY})
endif()
endif()