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")