-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Minimum CMake downgrade for Linux #39044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
edcd3f6
Fix sanitizer flags
jkoritzinsky e07303b
Polyfill add_compile_definitions when needed.
jkoritzinsky 275a6c1
Convert add_link_options back to the old style linker flags.
jkoritzinsky 89d7de0
Downgrade minimum version of cmake for CoreCLR build.
jkoritzinsky 6916de3
Remove add_link_options from the libraries build.
jkoritzinsky 386beaf
Lower required max CMake version for runtime tests/libraries, and hosts.
jkoritzinsky fead695
Fix linux build with cmake downgrade.
jkoritzinsky 114c9ce
Update to the eng/common/cross/toolchain.cmake in dotnet/arcade#5770.
jkoritzinsky 050d7d5
Switch back to old CMake command line since we have to downgrade to w…
jkoritzinsky c61655f
PR Feedback.
jkoritzinsky fa60790
Add support for multiple configurations in add_linker_flag
jkoritzinsky ad16a97
PR feedback
jkoritzinsky 9fbe0e6
Fix release build by disabling incremental linking.
jkoritzinsky cae4e81
Fix warnings/errors in the installer build running on CMake 3.6.2.
jkoritzinsky 8e0ff48
Use old python location package in CMake.
jkoritzinsky e9492bc
Use target objects instead of linking directly to an object library f…
jkoritzinsky e75cf5c
Use old argument format of cmake_parse_arguments.
jkoritzinsky 30a9624
Use interface libraries to localize changes to support object librari…
jkoritzinsky 5469c35
Merge branch 'master' of https://github.com/dotnet/runtime into cmake…
jkoritzinsky 078675e
Use add_library directly for INTERFACE libraries to avoid hitting iss…
jkoritzinsky 9f16b3c
Fix libraries build, -pie is not supported in OSX
safern ccb02b1
-pie is not supported on iOS/tvOS
safern 6b6cd28
Use NOT
safern 2a2c138
Add interface targets for the remaining object libraries.
jkoritzinsky 6f83e5d
Merge branch 'cmake-downgrade' of github.com:jkoritzinsky/runtime int…
jkoritzinsky 8d77f66
Fix passing in parallelism arg.
jkoritzinsky 9ff2bfd
Fix installing eventpipe files.
jkoritzinsky 7085989
More CMake fixes around object libraries.
jkoritzinsky 9327770
Apply patch from Omair
jkoritzinsky abb056f
Remove debugging code.
jkoritzinsky ee06dfd
Remove installations of object libraries.
jkoritzinsky ac4b3ca
Fix dependency on eventing headers
janvorli b212be3
Fix AsmConstants dependency.
jkoritzinsky 265f684
Fix issue with asmconstants
janvorli df3178d
Fix minimum CMake version.
jkoritzinsky 99e5d1e
Fix nit.
jkoritzinsky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.6.2) | ||
|
||
cmake_policy(SET CMP0042 NEW) | ||
|
||
|
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.