commit 0a716fc77638cf52e52c7113dd9d644fd3d29d86
parent 93bd6fb2c8e1f68a48169a63caae1fc0b4797a8a
Author: James McCoy <jamessan@jamessan.com>
Date: Tue, 19 Jul 2022 07:01:41 -0400
build: bump minimum CMake version in cmake.deps
The minimum version for the main project was bumped in 035d82e0d3.
Align cmake.deps to the same version for consistency.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake.deps/CMakeLists.txt b/cmake.deps/CMakeLists.txt
@@ -1,5 +1,5 @@
# This is not meant to be included by the top-level.
-cmake_minimum_required (VERSION 2.8.12)
+cmake_minimum_required (VERSION 3.10)
project(NVIM_DEPS C)
# Needed for: check_c_compiler_flag()
diff --git a/cmake.deps/cmake/Libvterm-tbl2inc_c.cmake b/cmake.deps/cmake/Libvterm-tbl2inc_c.cmake
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.10)
set(HEX_ALPHABET "0123456789abcdef")