aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-01-24 19:15:39 +0100
committerBjörn Linse <bjorn.linse@gmail.com>2019-05-26 15:42:16 +0200
commit8ed54bbec3b07d16658547d6bf38a1e804800341 (patch)
tree404fd83325f4d6193b1b3d2c0c8ea7838d95e742 /third-party/cmake
parente0348c610c5f84c03f69f638effab27d0c784c7f (diff)
downloadrneovim-8ed54bbec3b07d16658547d6bf38a1e804800341.tar.gz
rneovim-8ed54bbec3b07d16658547d6bf38a1e804800341.tar.bz2
rneovim-8ed54bbec3b07d16658547d6bf38a1e804800341.zip
messages: use proper multiline error message for rpcrequest and API wrappers
Diffstat (limited to 'third-party/cmake')
-rw-r--r--third-party/cmake/BuildLuarocks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake
index 3fbd47bda2..de4db35bfd 100644
--- a/third-party/cmake/BuildLuarocks.cmake
+++ b/third-party/cmake/BuildLuarocks.cmake
@@ -202,7 +202,7 @@ if(USE_BUNDLED_BUSTED)
# DEPENDS on the previous module, because Luarocks breaks if parallel.
add_custom_command(OUTPUT ${HOSTDEPS_LIB_DIR}/luarocks/rocks/nvim-client
COMMAND ${LUAROCKS_BINARY}
- ARGS build nvim-client 0.1.0-1 ${LUAROCKS_BUILDARGS}
+ ARGS build nvim-client 0.2.0-1 ${LUAROCKS_BUILDARGS}
DEPENDS luv)
add_custom_target(nvim-client
DEPENDS ${HOSTDEPS_LIB_DIR}/luarocks/rocks/nvim-client)