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:
Johannes Altmanninger
2024-01-15 21:32:18 +01:00
parent 9bd4b3f878
commit fdc45452b6

View File

@@ -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)