mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user