mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Raise minimum CMake version to 2.8.12 and remove compat code
2.8.12 is supported by our main CI targets and [repology] confirms that this is broadly supported. [repology]: https://repology.org/metapackage/cmake/information
This commit is contained in:
2
third-party/CMakeLists.txt
vendored
2
third-party/CMakeLists.txt
vendored
@@ -1,5 +1,5 @@
|
||||
# This is not meant to be included by the top-level.
|
||||
cmake_minimum_required (VERSION 2.8.7)
|
||||
cmake_minimum_required (VERSION 2.8.12)
|
||||
project(NVIM_DEPS)
|
||||
|
||||
# Needed for: check_c_compiler_flag()
|
||||
|
||||
Reference in New Issue
Block a user