mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
134e795fa9
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