diff options
author | erw7 <erw7.github@gmail.com> | 2020-10-26 12:44:30 +0900 |
---|---|---|
committer | erw7 <erw7.github@gmail.com> | 2020-10-27 10:49:51 +0900 |
commit | 29deb5dc315f19fe6c5cb5c7b1787b1a2cd2c8d6 (patch) | |
tree | bd63b7da224051d80a159c8708a9141d5fe721e3 /third-party/cmake/GetBinaryDeps.cmake | |
parent | a22fe09b90a52f451d9fd8d3372b8c390dd1dc1a (diff) | |
download | rneovim-29deb5dc315f19fe6c5cb5c7b1787b1a2cd2c8d6.tar.gz rneovim-29deb5dc315f19fe6c5cb5c7b1787b1a2cd2c8d6.tar.bz2 rneovim-29deb5dc315f19fe6c5cb5c7b1787b1a2cd2c8d6.zip |
ci/appveyor: change to update package database
Diffstat (limited to 'third-party/cmake/GetBinaryDeps.cmake')
-rw-r--r-- | third-party/cmake/GetBinaryDeps.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third-party/cmake/GetBinaryDeps.cmake b/third-party/cmake/GetBinaryDeps.cmake index f262ae7159..982bf62265 100644 --- a/third-party/cmake/GetBinaryDeps.cmake +++ b/third-party/cmake/GetBinaryDeps.cmake @@ -39,7 +39,6 @@ function(GetBinaryDep) -P ${CMAKE_CURRENT_SOURCE_DIR}/cmake/DownloadAndExtractFile.cmake CONFIGURE_COMMAND "" BUILD_IN_SOURCE 1 - CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND ${CMAKE_COMMAND} -E make_directory ${DEPS_INSTALL_DIR}/bin COMMAND "${_gettool_INSTALL_COMMAND}") |