mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 13:01:21 -03:00
Bump CMake version for IMPORTED_RUNTIME_ARTIFACTS
This was added in CMake 3.21 which is only 1.5 years old.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# CMake 3.15 is required to support Corrosion
|
||||
# CMake 3.19 is needed for file(REAL_PATH)
|
||||
cmake_minimum_required(VERSION 3.19)
|
||||
# CMake 3.21 is needed for file(IMPORTED_RUNTIME_ARTIFACTS)
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
|
||||
if(POLICY CMP0066)
|
||||
cmake_policy(SET CMP0066 OLD)
|
||||
|
||||
Reference in New Issue
Block a user