diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2014-09-12 09:54:10 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-09-12 09:54:10 -0400 |
| commit | 042aca6eb4d0fe9e6ddf3bcfb96a39838b2633d1 (patch) | |
| tree | ebfbd7288e5b272cd986c74083bd729ae60c7468 /third-party | |
| parent | 5ca1f974620fd8922aba4bde2a318ad8bf3a9d51 (diff) | |
| parent | 0a01b3052e02b5ee94d4e7537278163639317bd8 (diff) | |
| download | rneovim-042aca6eb4d0fe9e6ddf3bcfb96a39838b2633d1.tar.gz rneovim-042aca6eb4d0fe9e6ddf3bcfb96a39838b2633d1.tar.bz2 rneovim-042aca6eb4d0fe9e6ddf3bcfb96a39838b2633d1.zip | |
Merge pull request #1098 from fwalch/update-busted
Update busted to version 2.
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) |