Merge pull request #19428 from jamessan/deps-cmake-version

build: bump minimum CMake version in cmake.deps
This commit is contained in:
James McCoy
2022-07-19 08:52:14 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

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

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.10)
set(HEX_ALPHABET "0123456789abcdef")