aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2016-04-13 09:21:32 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2016-04-13 09:21:32 -0300
commitc18d5917e3442162f20eb9e95ba4bcffbbd8408b (patch)
treeb85f5789efce5713b5e5f05b27fda6166afb17c3 /CMakeLists.txt
parent10a8bb02acabe2c3a0d7cd2e9d8462e0228769a1 (diff)
downloadrneovim-c18d5917e3442162f20eb9e95ba4bcffbbd8408b.tar.gz
rneovim-c18d5917e3442162f20eb9e95ba4bcffbbd8408b.tar.bz2
rneovim-c18d5917e3442162f20eb9e95ba4bcffbbd8408b.zip
Update lua client to 0.0.1-24
The new version of the lua client uses libmpack as a backend, and some test scripts had to be updated to reflect that.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5798a74369..0953bcd93a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -367,7 +367,7 @@ endforeach()
# Find Lua interpreter
include(LuaHelpers)
-set(LUA_DEPENDENCIES lpeg MessagePack bit)
+set(LUA_DEPENDENCIES lpeg mpack bit)
if(NOT LUA_PRG)
foreach(CURRENT_LUA_PRG luajit lua)
# If LUA_PRG is set find_program() will not search