aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2015-02-28 10:43:52 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2015-02-28 10:43:52 -0300
commitc6482eb598dca0b324e6a96b7a810daf836178e8 (patch)
treee6906ec0a0b583f638844c188c25fd1b26ee433f /src
parentbbc9eff9ae16e954b9fe72641b3650f23be2e4dd (diff)
parent81a346553c76b25286111305c8b3a33d4a9f4a8f (diff)
downloadrneovim-c6482eb598dca0b324e6a96b7a810daf836178e8.tar.gz
rneovim-c6482eb598dca0b324e6a96b7a810daf836178e8.tar.bz2
rneovim-c6482eb598dca0b324e6a96b7a810daf836178e8.zip
Merge PR #2072 'Add custom target for pinning busted dependencies'
Diffstat (limited to 'src')
-rw-r--r--src/nvim/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index c59de2b5de..92fbc0c8c9 100644
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -171,7 +171,7 @@ list(APPEND NVIM_LINK_LIBRARIES
${LIBUV_LIBRARIES}
${MSGPACK_LIBRARIES}
${LUAJIT_LIBRARIES}
- ${LIBTICKIT_LIBRARIES}
+ ${LIBVTERM_LIBRARIES}
${LIBTERMKEY_LIBRARIES}
${LIBUNIBILIUM_LIBRARIES}
m