diff options
| author | Florian Walch <florian@fwalch.com> | 2014-09-11 11:06:43 +0200 |
|---|---|---|
| committer | Florian Walch <florian@fwalch.com> | 2014-09-11 20:03:35 +0200 |
| commit | 0a01b3052e02b5ee94d4e7537278163639317bd8 (patch) | |
| tree | 85a47aabfd9662a3c7d6694f67bfd7e6da9f4b51 /third-party | |
| parent | 053a13d2a4ee0188c851ed58539c0fa5cb2c71b8 (diff) | |
| download | rneovim-0a01b3052e02b5ee94d4e7537278163639317bd8.tar.gz rneovim-0a01b3052e02b5ee94d4e7537278163639317bd8.tar.bz2 rneovim-0a01b3052e02b5ee94d4e7537278163639317bd8.zip | |
Update busted to 2.0.rc3.
Default to verbose output to show more information in case of errors.
Fix #1031.
Diffstat (limited to 'third-party')
| -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 d42bb4a040..ff161a7cc7 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -153,7 +153,7 @@ if(USE_BUNDLED_LUAROCKS) add_custom_command(OUTPUT ${DEPS_BIN_DIR}/busted COMMAND ${DEPS_BIN_DIR}/luarocks - ARGS build busted 1.10.0 CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} + ARGS build busted 2.0.rc3 CC=${DEPS_C_COMPILER} LD=${DEPS_C_COMPILER} DEPENDS luarocks) add_custom_target(busted DEPENDS ${DEPS_BIN_DIR}/busted) |