aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/BuildLibuv.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/BuildLibuv.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/BuildLibuv.cmake')
-rw-r--r--third-party/cmake/BuildLibuv.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/third-party/cmake/BuildLibuv.cmake b/third-party/cmake/BuildLibuv.cmake
index c5f7d6d5ab..32fe2659a4 100644
--- a/third-party/cmake/BuildLibuv.cmake
+++ b/third-party/cmake/BuildLibuv.cmake
@@ -1,5 +1,3 @@
-include(CMakeParseArguments)
-
# BuildLibuv(TARGET targetname CONFIGURE_COMMAND ... BUILD_COMMAND ... INSTALL_COMMAND ...)
# Reusable function to build libuv, wraps ExternalProject_Add.
# Failing to pass a command argument will result in no command being run