[directx-dxc] Fix port bug with TARGET_RUNTIME_DLLS#37401
Merged
BillyONeal merged 22 commits intomicrosoft:masterfrom Mar 20, 2024
Merged
[directx-dxc] Fix port bug with TARGET_RUNTIME_DLLS#37401BillyONeal merged 22 commits intomicrosoft:masterfrom
BillyONeal merged 22 commits intomicrosoft:masterfrom
Conversation
LilyWangLL
previously approved these changes
Mar 13, 2024
dg0yt
reviewed
Mar 13, 2024
dg0yt
reviewed
Mar 15, 2024
Contributor
dg0yt
left a comment
There was a problem hiding this comment.
There a few glitches also in the original version. Maybe I can make a PR to your fork.
Contributor
Fix for Release alt configurations
Fixes for port
Contributor
|
The |
LilyWangLL
approved these changes
Mar 20, 2024
Contributor
|
Usage passed on |
Member
|
Thanks! |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
While working with CMake 3.21 or later's
TARGET_RUNTIME_DLLSI realized the extra space in the .in file was breaking thecmake -E copycommand.Also includes some cleanup for the port as well as respecting
VCPKG_BUILD_TYPE=release.