mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -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
5 lines
27 B
Plaintext
5 lines
27 B
Plaintext
int main()
|
|
{
|
|
return 0;
|
|
}
|