-
Notifications
You must be signed in to change notification settings - Fork 12
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
[WIP] require CMake 3.20+ #349
Conversation
/azp run |
There's some bug that doesn't let the tests compile on GPUs |
It looks like the issue is that It's not immediately obvious to me how to fix it. I will ask the AMReX developers if they have a fix. |
/azp run |
/azp run |
1 similar comment
/azp run |
/azp run |
Since this doesn't work, I'm closing it for now. Hopefully CMake will work in the future. |
This enforces a minimum version requirement of CMake 3.20.
This allows us to remove some workarounds that were only needed in older CMake versions. CMake 3.20 was released in 2021, so it should be widely available for all users.
This causes a build error on GPU due to a change in how CMake treats
CMAKE_CUDA_ARCHITECTURES
that we currently don't have a fix for.