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.
This commit is contained in:
James McCoy
2022-07-19 07:02:51 -04:00
parent 93bd6fb2c8
commit 0a716fc776
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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()
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.10)
set(HEX_ALPHABET "0123456789abcdef")