aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/LibuvCMakeLists.txt
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2018-06-16 10:20:25 -0400
committerJames McCoy <jamessan@jamessan.com>2018-06-18 08:00:30 -0400
commit23c9e3ec1ee16eef79bfebc5dd59de712e354ceb (patch)
tree04859f5a13a9c74560adeef14a745c0236a0d923 /third-party/cmake/LibuvCMakeLists.txt
parent25435a4bad9378507b6ef759ae5b7fe92a129c8f (diff)
downloadrneovim-23c9e3ec1ee16eef79bfebc5dd59de712e354ceb.tar.gz
rneovim-23c9e3ec1ee16eef79bfebc5dd59de712e354ceb.tar.bz2
rneovim-23c9e3ec1ee16eef79bfebc5dd59de712e354ceb.zip
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
Diffstat (limited to 'third-party/cmake/LibuvCMakeLists.txt')
-rw-r--r--third-party/cmake/LibuvCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/LibuvCMakeLists.txt b/third-party/cmake/LibuvCMakeLists.txt
index 8b51a101c6..c9b7c56e7b 100644
--- a/third-party/cmake/LibuvCMakeLists.txt
+++ b/third-party/cmake/LibuvCMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.7)
+cmake_minimum_required(VERSION 2.8.12)
project(libuv LANGUAGES C)
file(GLOB UV_SOURCES_COMMON src/*.c)