diff options
Diffstat (limited to 'third-party/cmake/BuildLuarocks.cmake')
-rw-r--r-- | third-party/cmake/BuildLuarocks.cmake | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake index 6ab87b9bc3..9ea96b7cc5 100644 --- a/third-party/cmake/BuildLuarocks.cmake +++ b/third-party/cmake/BuildLuarocks.cmake @@ -172,12 +172,5 @@ if(USE_BUNDLED_BUSTED) add_custom_target(nvim-client DEPENDS ${HOSTDEPS_LIB_DIR}/luarocks/rocks/nvim-client) - add_custom_command(OUTPUT ${HOSTDEPS_BIN_DIR}/luaposix - COMMAND ${LUAROCKS_BINARY} - ARGS build https://raw.githubusercontent.com/luaposix/luaposix/release-v33.4.0/luaposix-33.4.0-1.rockspec ${LUAROCKS_BUILDARGS} - DEPENDS luarocks) - add_custom_target(luaposix - DEPENDS ${HOSTDEPS_BIN_DIR}/luaposix) - - list(APPEND THIRD_PARTY_DEPS busted luacheck nvim-client luaposix) + list(APPEND THIRD_PARTY_DEPS busted luacheck nvim-client) endif() |