Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdeel Mujahid <adeelbm@outlook.com>2020-06-01 18:05:33 +0300
committerGitHub <noreply@github.com>2020-06-01 18:05:33 +0300
commite2541c74d502ead60b5c501bd418c75349b9638b (patch)
tree2f996494d99ccdfc42e4d83602fc9a15142b6461 /src/coreclr/CMakeLists.txt
parent7493302c99cc258ef8a636398b66fbdb54934245 (diff)
Rev cmake minimum version from 3.14.2 to 3.14.5 (#34757)
iOS requires 3.14.5 version and we have a special case for it. Since this is a minor version difference, and no distro is particularly providing cmake 3.14.2 package, it is safe to update to 3.14.5 to cover our supported platform matrix. Discussion: https://github.com/dotnet/runtime/pull/33959#discussion_r396389297 Fixes: https://github.com/dotnet/runtime/issues/33976 Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
Diffstat (limited to 'src/coreclr/CMakeLists.txt')
-rw-r--r--src/coreclr/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coreclr/CMakeLists.txt b/src/coreclr/CMakeLists.txt
index efad61086e8..e684f778d85 100644
--- a/src/coreclr/CMakeLists.txt
+++ b/src/coreclr/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.14.2)
+cmake_minimum_required(VERSION 3.14.5)
cmake_policy(SET CMP0042 NEW)