Commit f77f48c
authored
natten: Pin CMake version to avoid CUDA 12.8 compiler identification issue (#14)
CMake 3.31.x introduced a regression that causes CUDA compiler identification to fail with CUDA 12.8. The failure occurs during CMake's compiler detection phase when testing nvcc, even though nvcc itself works correctly.
This PR pins CMake to versions 3.28.1 through 3.30.x to avoid 3.31.1 parent 584cf13 commit f77f48c
2 files changed
+22
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments