From 745c462ed34953dbc4ce9a2526d9ca79ec8f9520 Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Thu, 18 Dec 2014 16:20:10 +0100 Subject: [PATCH] Update busted to 2.0.rc4. --- third-party/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index f62d316441..5abfa23da4 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -250,7 +250,7 @@ if(USE_BUNDLED_LUAROCKS) add_custom_command(OUTPUT ${DEPS_BIN_DIR}/busted COMMAND ${DEPS_BIN_DIR}/luarocks - ARGS build busted 2.0.rc3 CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} + ARGS build busted 2.0.rc4 CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} DEPENDS luarocks) add_custom_target(busted DEPENDS ${DEPS_BIN_DIR}/busted)