[release/9.0-staging] Fix build break with cmake 4.0#114278
Merged
lewing merged 1 commit intorelease/9.0-stagingfrom Apr 5, 2025
Merged
[release/9.0-staging] Fix build break with cmake 4.0#114278lewing merged 1 commit intorelease/9.0-stagingfrom
lewing merged 1 commit intorelease/9.0-stagingfrom
Conversation
cmake 4.0 no longer sets the CMAKE_OSX_SYSROOT variable for macOS targets: https://cmake.org/cmake/help/v4.0/release/4.0.html#other-changes > Builds targeting macOS no longer choose any SDK or pass an -isysroot flag to the compiler by default. Instead, compilers are expected to choose a default macOS SDK on their own. In order to use a compiler that does not do this, users must now specify -DCMAKE_OSX_SYSROOT=macosx when configuring their build. We need to stop passing the variable to swiftc in that case and rely on the default behavior.
Contributor
|
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
Member
|
Infra change required to build. Tell mode. Applying servicing-approved. |
lewing
approved these changes
Apr 4, 2025
akoeplinger
approved these changes
Apr 4, 2025
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Backport of #114277 to release/9.0-staging
/cc @akoeplinger
Customer Impact
This is an infrastructure/build-only change and required for us to build with cmake 4.0+.
Regression
No, it was caused by a change in cmake 4.0
Testing
CI testing
Risk
Low. This is a build-only change.