-
Notifications
You must be signed in to change notification settings - Fork 139
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
Clang compiler settings break clang-cl compilation on windows #207
Comments
You should describe details |
Oh yes sorry In the cmake the following line gets executed when the compiler used is clang. Line 46 in 2a5ea89
The problem here is that there are some warnings that get turned into errors now on the windows side making the code not compile with clang-cl. So either we fix the code in |
Ah, o=it is needed to wrap it with MSVC to detect clang-cl.
You can contribute! PR is much appreciated. |
Environment
The text was updated successfully, but these errors were encountered: