mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Revert "Bump CMake version for IMPORTED_RUNTIME_ARTIFACTS"
This reverts commit fdc45452b6
.
We no longer depend on IMPORTED_RUNTIME_ARTIFACTS.
This commit is contained in:
parent
508ea59dcd
commit
f8ca2b0419
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
# CMake 3.15 is required to support Corrosion
|
# CMake 3.15 is required to support Corrosion
|
||||||
# CMake 3.19 is needed for file(REAL_PATH)
|
# CMake 3.19 is needed for file(REAL_PATH)
|
||||||
# CMake 3.21 is needed for file(IMPORTED_RUNTIME_ARTIFACTS)
|
cmake_minimum_required(VERSION 3.19)
|
||||||
cmake_minimum_required(VERSION 3.21)
|
|
||||||
|
|
||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue