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

Fix for CMake using MinGW #179

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Fix for CMake using MinGW #179

merged 1 commit into from
Nov 4, 2024

Conversation

walbourn
Copy link
Member

@walbourn walbourn commented Nov 1, 2024

For Win32 scenarios, DirectXMath and DirectX-Headers are optional for building. Even when using those packages to build the library, the client code can still choose to use the SDK version of those headers which works fine.

For MinGW, however, clients must always use the packages since the platform toolset don't include these headers (or at least not the right versions of them).

@walbourn walbourn self-assigned this Nov 1, 2024
@walbourn walbourn requested review from shawnhar, Andrew-Farrier, scm-xbox and nadaOuf and removed request for shawnhar November 1, 2024 20:54
@walbourn walbourn merged commit df27208 into main Nov 4, 2024
77 checks passed
@walbourn walbourn deleted the cmaketweak branch November 4, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants