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 #281

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Fix for CMake using MinGW #281

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 merged commit 9b8d379 into main Nov 4, 2024
65 checks passed
@walbourn walbourn deleted the cmaketweak branch November 4, 2024 20:13
@walbourn walbourn added the cmake Related to CMake build label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmake Related to CMake build conformance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants