aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2015-11-17 13:19:26 +0100
committerMarco Hinz <mh.codebro@gmail.com>2015-11-23 13:27:21 +0100
commit4680b4f3b12f9ff69abbd56202a5590f155cdb65 (patch)
treed77f85f550c7cc39e0ca92d4c7960478522a2c93
parent97cee2c2e39888b33a546ba5ffe37c510740c3a5 (diff)
downloadrneovim-4680b4f3b12f9ff69abbd56202a5590f155cdb65.tar.gz
rneovim-4680b4f3b12f9ff69abbd56202a5590f155cdb65.tar.bz2
rneovim-4680b4f3b12f9ff69abbd56202a5590f155cdb65.zip
Remove outdated comment from BuildLuarocks.cmake
-rw-r--r--third-party/cmake/BuildLuarocks.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake
index cb38b3b6cc..09578ff770 100644
--- a/third-party/cmake/BuildLuarocks.cmake
+++ b/third-party/cmake/BuildLuarocks.cmake
@@ -114,8 +114,6 @@ add_custom_target(lpeg
list(APPEND THIRD_PARTY_DEPS lpeg)
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
COMMAND ${LUAROCKS_BINARY}
ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/v2.0.rc11-0/busted-2.0.rc11-0.rockspec ${LUAROCKS_BUILDARGS}