mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 00:26:18 +00:00
Ninja: Fixes CUDA device link in Windows
nvcc in linker mode doesn't support response files Fixes: #17644
This commit is contained in:
parent
675adaa4a4
commit
2bd232b536
@ -760,7 +760,7 @@ void cmNinjaNormalTargetGenerator::WriteDeviceLinkStatement()
|
||||
/*implicitOuts=*/cmNinjaDeps(), explicitDeps,
|
||||
implicitDeps, orderOnlyDeps, vars, rspfile,
|
||||
commandLineLengthLimit, &usedResponseFile);
|
||||
this->WriteDeviceLinkRule(usedResponseFile);
|
||||
this->WriteDeviceLinkRule(false);
|
||||
}
|
||||
|
||||
void cmNinjaNormalTargetGenerator::WriteLinkStatement()
|
||||
|
Loading…
Reference in New Issue
Block a user