diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-02-04 03:25:17 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-02-04 03:25:17 +0100 |
commit | 5ef619eb3344540fafbe19cee3fa826102cdaef5 (patch) | |
tree | dadf600ebf0cd1d28208da449c5d54b9291299d8 | |
parent | bea2e5738db2a696bc79317a280aed95e3a74c50 (diff) | |
download | rneovim-5ef619eb3344540fafbe19cee3fa826102cdaef5.tar.gz rneovim-5ef619eb3344540fafbe19cee3fa826102cdaef5.tar.bz2 rneovim-5ef619eb3344540fafbe19cee3fa826102cdaef5.zip |
Revert "build: LuaRocks: require unzip (#6049)"
This reverts commit 54293b73d4bef32eca7f5d6b3a3f177379940a49.
-rw-r--r-- | third-party/cmake/BuildLuarocks.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake index 268df7c62f..9ea96b7cc5 100644 --- a/third-party/cmake/BuildLuarocks.cmake +++ b/third-party/cmake/BuildLuarocks.cmake @@ -123,11 +123,6 @@ add_custom_target(inspect list(APPEND THIRD_PARTY_DEPS inspect) if(USE_BUNDLED_BUSTED) - - find_program(UNZIP_PRG unzip) - if(NOT UNZIP_PRG) - message(FATAL_ERROR "'unzip' must be installed to allow for penlight installation") - endif() add_custom_command(OUTPUT ${HOSTDEPS_LIB_DIR}/luarocks/rocks/penlight/1.3.2-2 COMMAND ${LUAROCKS_BINARY} ARGS build penlight 1.3.2-2 ${LUAROCKS_BUILDARGS} |