-
Notifications
You must be signed in to change notification settings - Fork 37
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 CMake unable to detect OpenMP in Windows runner #117
Conversation
The windows build error seems a bug in CMake. |
Neither adding an OpenMP_RUNTIME_MSVC var nor downgrading CMake to 3.29 did not solve the error. |
It looks like the conda dependency changed. The last successful build installed the following conda packages:
The failing attempts install the following dependency:
For some reason, |
Changes: