Skip to content
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

Set the MSVC RuntimeLibrary properties for ASM_MASM when we use MASM. #44155

Merged
merged 1 commit into from
Nov 2, 2020

Conversation

jkoritzinsky
Copy link
Member

Set the MSVC RuntimeLibrary properties for ASM_MASM since they aren't populated until CMake 3.16.4 due to a bug in CMake.

This is currently blocking local builds for anyone using a CMake version prior to 3.16.4.

… populated until CMake 3.16.4 due to a bug in CMake.
@jkoritzinsky jkoritzinsky added this to the 6.0.0 milestone Nov 2, 2020
@jkoritzinsky jkoritzinsky requested review from stephentoub and a team November 2, 2020 17:24
@ghost
Copy link

ghost commented Nov 2, 2020

Tagging subscribers to this area: @ViktorHofer
See info in area-owners.md if you want to be subscribed.

@ghost
Copy link

ghost commented Nov 2, 2020

Hello @jkoritzinsky!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@jkoritzinsky
Copy link
Member Author

Merging in now to unblock people since the fix has been validated.

@jkoritzinsky jkoritzinsky merged commit 598426c into dotnet:master Nov 2, 2020
@jkoritzinsky jkoritzinsky deleted the masm-runtimelib-patch branch November 2, 2020 17:45
Copy link
Member

@safern safern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ghost ghost locked as resolved and limited conversation to collaborators Dec 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to build dotnet/runtime due to cmake error about MultiThreadedDebug
3 participants