summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CMP0104/CMP0104-OFF.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Add support for disabling CUDA_ARCHITECTURESRaul Tambre2020-06-151-0/+3
The ability to disable adding architectures completely for packaging purposes and cases requiring passing the architectures flags explicitly has been requested. Support a false value for CUDA_ARCHITECTURES and CMAKE_CUDA_ARCHITECTURES for this purpose. Implements #20821.