diff options
author | Florian Walch <florian@fwalch.com> | 2014-12-18 16:20:10 +0100 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2014-12-18 18:22:08 +0100 |
commit | 745c462ed34953dbc4ce9a2526d9ca79ec8f9520 (patch) | |
tree | 2d62f0586679216ed1a02cc98cc99246de13c595 | |
parent | 1eef5303514a8499fd376270bd89a40e2d3eafbb (diff) | |
download | rneovim-745c462ed34953dbc4ce9a2526d9ca79ec8f9520.tar.gz rneovim-745c462ed34953dbc4ce9a2526d9ca79ec8f9520.tar.bz2 rneovim-745c462ed34953dbc4ce9a2526d9ca79ec8f9520.zip |
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) |