mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03: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:
@@ -1,7 +1,6 @@
|
||||
# CMake 3.15 is required to support Corrosion
|
||||
# CMake 3.19 is needed for file(REAL_PATH)
|
||||
# CMake 3.21 is needed for file(IMPORTED_RUNTIME_ARTIFACTS)
|
||||
cmake_minimum_required(VERSION 3.21)
|
||||
cmake_minimum_required(VERSION 3.19)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user