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 on WSL #178

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Fix for CMake on WSL #178

merged 1 commit into from
Nov 1, 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 and Linux/WSL, 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 added the wsl Related to Windows Subsystem for Linux support label Nov 1, 2024
@walbourn walbourn merged commit 2f18395 into main Nov 1, 2024
77 checks passed
@walbourn walbourn deleted the cmakelinux branch November 1, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wsl Related to Windows Subsystem for Linux support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants