Skip to content

Commit

Permalink
Rev cmake minimum version from 3.14.2 to 3.14.5
Browse files Browse the repository at this point in the history
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: dotnet/runtime#33959 (comment)
Fixes: dotnet/runtime#33976

cc @akoeplinger, @jkotas
  • Loading branch information
am11 committed Apr 9, 2020
1 parent 34cccfa commit 01b8c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mono/btls/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.8.10)
cmake_minimum_required (VERSION 3.14.5)

project (mono-btls)

Expand Down Expand Up @@ -129,4 +129,4 @@ endif ()

if (CYGWIN)
target_link_libraries (mono-btls-shared wsock32 ws2_32)
endif ()
endif ()

0 comments on commit 01b8c6c

Please sign in to comment.