aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake/libtermkeyCMakeLists.txt
diff options
context:
space:
mode:
authordundargoc <gocundar@gmail.com>2022-08-03 14:56:57 +0200
committerdundargoc <gocundar@gmail.com>2022-08-13 21:22:07 +0200
commitbf0d7ed1f6b57d98f01b105042fbbbe5dc64d0cb (patch)
tree0148e9baf8e56e328580eab0e694a674b2b53923 /cmake.deps/cmake/libtermkeyCMakeLists.txt
parentc1cbe3fb3d2ec1dbcfdc14ee2d9a5e8049d494ae (diff)
downloadrneovim-bf0d7ed1f6b57d98f01b105042fbbbe5dc64d0cb.tar.gz
rneovim-bf0d7ed1f6b57d98f01b105042fbbbe5dc64d0cb.tar.bz2
rneovim-bf0d7ed1f6b57d98f01b105042fbbbe5dc64d0cb.zip
build: bump minimum cmake version for all dependencies to 3.10
This removes cmake policy warning for CMP0053 on windows and ensures the build works correctly for newer cmake policies.
Diffstat (limited to 'cmake.deps/cmake/libtermkeyCMakeLists.txt')
-rw-r--r--cmake.deps/cmake/libtermkeyCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake.deps/cmake/libtermkeyCMakeLists.txt b/cmake.deps/cmake/libtermkeyCMakeLists.txt
index af54c1daec..6c02b7549d 100644
--- a/cmake.deps/cmake/libtermkeyCMakeLists.txt
+++ b/cmake.deps/cmake/libtermkeyCMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.10)
project(libtermkey)
add_definitions(-D _CRT_SECURE_NO_WARNINGS)