-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Up Minimum CMake Version to 3.20 (#86530)
* Let's see what happens :) * CMake 3.20 works on my machine??? * Upped the llibraries CMake version to 3.20 * Upped native libs CMake version to 3.20, and updated the requirements docs. * Add CMake Policy to 3.17.0 for native libs because of wasm. * Downgraded native libs CMake to 3.17.0 temporarily, while we figure out the funny troublemaker wasm. * Added a couple notes regarding CMake on Linux and Windows, and upped the corehost and libunwind CMake versions to 3.20 * Reverted external native components CMake versions, and upped tests to 3.20. Only Mono remains now. * Added mono to the 3.20 gang. Also, changed the condition for wasm. * Had to condition mono's CMake version as well because of wasm. * DEBUG-ONLY COMMIT: Added some CMake logging to help me figure out what is set for wasm to think of the appropriate conditional. * DEBUG-ONLY COMMIT: I think I have the answer for wasm now/ * Restored the DEBUG-ONLY changes and set 3.20 as the universal CMake, as the missing machines have now been updated. * Updated requirements doc with notes for Debian 11 and lower.
- Loading branch information
Showing
15 changed files
with
35 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ Building _dotnet/runtime_ depends on several tools to be installed. You can down | |
|
||
Install the following packages: | ||
|
||
* CMake 3.15.5 or newer | ||
* CMake 3.20 or newer | ||
* icu4c | ||
* [email protected] or openssl@3 | ||
* pkg-config | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cmake_minimum_required(VERSION 3.14.5) | ||
cmake_minimum_required(VERSION 3.20) | ||
|
||
project(mono-wasi-runtime C) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cmake_minimum_required(VERSION 3.14.5) | ||
cmake_minimum_required(VERSION 3.20) | ||
|
||
project(mono-wasm-runtime C) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/tests/Interop/MonoAPI/Native/mono-embedding-api-test/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/tests/Interop/ObjectiveC/ObjectiveCMarshalAPI/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cmake_minimum_required(VERSION 3.14.5) | ||
cmake_minimum_required(VERSION 3.20) | ||
|
||
project(Profiler) | ||
|
||
|