mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 11:55:34 +00:00
Remove outdated comment from BuildLuarocks.cmake
This commit is contained in:
2
third-party/cmake/BuildLuarocks.cmake
vendored
2
third-party/cmake/BuildLuarocks.cmake
vendored
@@ -114,8 +114,6 @@ add_custom_target(lpeg
|
|||||||
list(APPEND THIRD_PARTY_DEPS lpeg)
|
list(APPEND THIRD_PARTY_DEPS lpeg)
|
||||||
|
|
||||||
if(USE_BUNDLED_BUSTED)
|
if(USE_BUNDLED_BUSTED)
|
||||||
# We can remove the cliargs dependency once the busted version dependency
|
|
||||||
# is fixed.
|
|
||||||
add_custom_command(OUTPUT ${HOSTDEPS_BIN_DIR}/busted
|
add_custom_command(OUTPUT ${HOSTDEPS_BIN_DIR}/busted
|
||||||
COMMAND ${LUAROCKS_BINARY}
|
COMMAND ${LUAROCKS_BINARY}
|
||||||
ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/v2.0.rc11-0/busted-2.0.rc11-0.rockspec ${LUAROCKS_BUILDARGS}
|
ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/v2.0.rc11-0/busted-2.0.rc11-0.rockspec ${LUAROCKS_BUILDARGS}
|
||||||
|
|||||||
Reference in New Issue
Block a user