Rev cmake minimum version from 3.14.2 to 3.14.5 (#34757)
authorAdeel Mujahid <adeelbm@outlook.com>
Mon, 1 Jun 2020 15:05:33 +0000 (18:05 +0300)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2020 15:05:33 +0000 (17:05 +0200)
commite2541c74d502ead60b5c501bd418c75349b9638b
tree2f996494d99ccdfc42e4d83602fc9a15142b6461
parent7493302c99cc258ef8a636398b66fbdb54934245
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>
12 files changed:
docs/workflow/requirements/linux-requirements.md
eng/native/build-commons.sh
global.json
src/coreclr/CMakeLists.txt
src/coreclr/src/pal/tests/CMakeLists.txt
src/coreclr/tests/CMakeLists.txt
src/coreclr/tests/src/profiler/native/CMakeLists.txt
src/installer/corehost/CMakeLists.txt
src/installer/corehost/cli/test/mockhostfxr/CMakeLists.txt
src/libraries/Native/Unix/CMakeLists.txt
src/libraries/Native/Windows/CMakeLists.txt
src/mono/CMakeLists.txt