From fba074d99440f58d534d18ff8adbd6ca8c7be675 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 25 Feb 2014 20:35:11 +0100 Subject: CMakeLists: Use nvim target name --- 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 119e38ed96..713114bbab 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -41,7 +41,7 @@ else() endif() if (HAVE_LIBINTL AND LIBINTL_LIB) - target_link_libraries(vim ${LIBINTL_LIB}) + target_link_libraries(nvim ${LIBINTL_LIB}) endif() include_directories ("${PROJECT_SOURCE_DIR}/src/proto") -- cgit