From 53ba38d806ded97cbf13b011213ca444fbaa146a Mon Sep 17 00:00:00 2001 From: John Szakmeister Date: Tue, 14 Apr 2015 05:22:11 -0400 Subject: third-party: remove stray argument This was missed when dropping our custom output handler. --- third-party/cmake/BuildLuarocks.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake index d02b1939b5..590c41c5d5 100644 --- a/third-party/cmake/BuildLuarocks.cmake +++ b/third-party/cmake/BuildLuarocks.cmake @@ -57,7 +57,6 @@ add_custom_target(stable-busted-deps add_custom_command(OUTPUT ${DEPS_BIN_DIR}/busted COMMAND ${DEPS_BIN_DIR}/luarocks ARGS build https://raw.githubusercontent.com/Olivine-Labs/busted/master/busted-scm-0.rockspec CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} - ${DEPS_INSTALL_DIR}/share/lua/5.1/busted/outputHandlers DEPENDS stable-busted-deps) add_custom_target(busted DEPENDS ${DEPS_BIN_DIR}/busted) -- cgit