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:
James McCoy
2018-06-16 10:20:25 -04:00
parent 25435a4bad
commit 23c9e3ec1e
11 changed files with 19 additions and 39 deletions

View File

@@ -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()