aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/GetBinaryDeps.cmake
diff options
context:
space:
mode:
authorJakub Łuczyński <doubleloop@users.noreply.github.com>2021-10-20 04:19:33 +0200
committerGitHub <noreply@github.com>2021-10-19 19:19:33 -0700
commit035d82e0d3c1c4af09111578e20cf672bd4c432b (patch)
tree3441a4feec770f1752092d5797564d6de4ef3166 /third-party/cmake/GetBinaryDeps.cmake
parent427bac687746b2bb66537b39115969c8d3a440c1 (diff)
downloadrneovim-035d82e0d3c1c4af09111578e20cf672bd4c432b.tar.gz
rneovim-035d82e0d3c1c4af09111578e20cf672bd4c432b.tar.bz2
rneovim-035d82e0d3c1c4af09111578e20cf672bd4c432b.zip
build: update cmake min version to 3.10 #16065
* build(cmake): update cmake min version to 3.10 * ci: test cmake minimum required version * build(cmake): remove some legacy includes * Since version 3.5 cmake_parse_arguments is implemented natively.
Diffstat (limited to 'third-party/cmake/GetBinaryDeps.cmake')
-rw-r--r--third-party/cmake/GetBinaryDeps.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/third-party/cmake/GetBinaryDeps.cmake b/third-party/cmake/GetBinaryDeps.cmake
index 982bf62265..04e3f95a29 100644
--- a/third-party/cmake/GetBinaryDeps.cmake
+++ b/third-party/cmake/GetBinaryDeps.cmake
@@ -1,6 +1,3 @@
-# Download and install binary dependencies for windows
-include(CMakeParseArguments)
-
# This is similar to the build recipes, but instead downloads a third party
# binary and installs it under the DEPS_PREFIX.
# The INSTALL_COMMAND is executed in the folder where downloaded files are