diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-18 12:56:37 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-18 12:56:37 -0500 |
commit | cef6ec9dfcdef723d6a332bddbb96f96151b2643 (patch) | |
tree | 2d62f0586679216ed1a02cc98cc99246de13c595 | |
parent | 1eef5303514a8499fd376270bd89a40e2d3eafbb (diff) | |
parent | 745c462ed34953dbc4ce9a2526d9ca79ec8f9520 (diff) | |
download | rneovim-cef6ec9dfcdef723d6a332bddbb96f96151b2643.tar.gz rneovim-cef6ec9dfcdef723d6a332bddbb96f96151b2643.tar.bz2 rneovim-cef6ec9dfcdef723d6a332bddbb96f96151b2643.zip |
Merge pull request #1702 from fwalch/update-busted
Update busted to 2.0.rc4.
-rw-r--r-- | third-party/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |