mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
7a0d098352
If empty we otherwise treat it the same as unset in most places, but still end up failing eventually with a confusing "Failed to find a working CUDA architecture". This also detects some other basic invalid ones (e.g. "al").
6 lines
145 B
ReStructuredText
6 lines
145 B
ReStructuredText
cuda-invalid-architectures
|
|
--------------------------
|
|
|
|
* CUDA compiler detection now tries to detect invalid architectures and issue
|
|
an error.
|