From 63b571dfba53d1dc526e841d7ce99205cabff465 Mon Sep 17 00:00:00 2001 From: aph Date: Sat, 1 Feb 2014 17:17:59 +0000 Subject: fix build on OSX --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit