diff options
author | Jakub Łuczyński <doubleloop@users.noreply.github.com> | 2021-10-20 04:19:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 19:19:33 -0700 |
commit | 035d82e0d3c1c4af09111578e20cf672bd4c432b (patch) | |
tree | 3441a4feec770f1752092d5797564d6de4ef3166 /third-party/cmake/BuildLibuv.cmake | |
parent | 427bac687746b2bb66537b39115969c8d3a440c1 (diff) | |
download | rneovim-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.cmake | 2 |
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 |