mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
bump minimum CMake version
This commit is contained in:
parent
f65ed782e8
commit
a533d836dd
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue