blob: cc49a8d2a3baeb8585c5068fb3aefe919a378843 [file]
cuda-compiler-detection-robustness
----------------------------------
* CUDA compiler detection now issues an error in all cases when it's unable to
compute the default architecture(s) if required (see :policy:`CMP0104`).
* CUDA compiler detection now correctly handles ``OFF`` for
:variable:`CMAKE_CUDA_ARCHITECTURES` on Clang.
* CUDA compiler detection now supports the theoretical case of multiple default
architectures.