mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 04:22:40 +08:00
bump minimum CMake version
This commit is contained in:
parent
f65ed782e8
commit
a533d836dd
@ -1,4 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
# CMake 3.15 is required to support Corrosion
|
||||
# CMake 3.19 is needed for file(REAL_PATH)
|
||||
cmake_minimum_required(VERSION 3.19)
|
||||
|
||||
if(POLICY CMP0066)
|
||||
cmake_policy(SET CMP0066 OLD)
|
||||
|
Loading…
x
Reference in New Issue
Block a user