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 MSVC identification for modules support #501

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

mikes-lunarg
Copy link
Contributor

Can't use MSVC var because it is also true for clang-cl. Fixes #500.

Can't use `MSVC` var because it is also true for clang-cl. Fixes KhronosGroup#500.
Copy link
Contributor

@charles-lunarg charles-lunarg left a comment

Choose a reason for hiding this comment

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

Thank you! I was confused why this started failing, but clang-cl breaking all of the common assumptions is par for the course.

@charles-lunarg charles-lunarg merged commit c6391a7 into KhronosGroup:main Aug 30, 2024
10 checks passed
@mikes-lunarg mikes-lunarg deleted the cmake_debug branch August 30, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows cmake CI failing
2 participants