aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraph <a.hewson@gmail.com>2014-02-01 17:17:59 +0000
committeraph <a.hewson@gmail.com>2014-02-01 17:17:59 +0000
commit63b571dfba53d1dc526e841d7ce99205cabff465 (patch)
tree19bc80b7c449e1d71d964bd027a55616b0761c86 /src
parent8253e29971c54310434ee93d987a99994769d717 (diff)
downloadrneovim-63b571dfba53d1dc526e841d7ce99205cabff465.tar.gz
rneovim-63b571dfba53d1dc526e841d7ce99205cabff465.tar.bz2
rneovim-63b571dfba53d1dc526e841d7ce99205cabff465.zip
fix build on OSX
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 49c0ef42cb..1c7829e7d6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -14,7 +14,7 @@ file( GLOB IO_SOURCES io/*.c )
add_executable (vim ${NEOVIM_SOURCES} ${IO_SOURCES})
-target_link_libraries (vim m uv rt pthread)
+target_link_libraries (vim m uv pthread)
include(CheckLibraryExists)
check_library_exists(termcap tgetent "" HAVE_LIBTERMCAP)