summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/PDB/check_pdbs.cmake
Commit message (Collapse)AuthorAgeFilesLines
* VS: Add workaround for CUDA compiler PDB locationBrad King2018-04-131-0/+10
The CUDA Toolkit Visual Studio Integration does not honor the `ClCompile.ProgramDataBaseFileName` field when telling `nvcc` how to invoke `cl`. Work around this problem by passing `-Xcompiler=-Fd...` ourselves through `AdditionalOptions`. Fixes: #17647