summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-01-18 14:41:01 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-01-18 14:41:39 (GMT)
commit1c681f92004effec738545dce53d4a52329b7675 (patch)
tree7ba9705ee39ebcb7430c069cd458bf578baacdf2
parentbffdc2e2e1697ffc0ad1fa1f16e9f1092e6a6489 (diff)
parent2bd232b536b59824053bbf3d6a2ac120f493090f (diff)
downloadCMake-1c681f92004effec738545dce53d4a52329b7675.zip
CMake-1c681f92004effec738545dce53d4a52329b7675.tar.gz
CMake-1c681f92004effec738545dce53d4a52329b7675.tar.bz2
Merge topic 'fix_ninja_cuda'
2bd232b5 Ninja: Fixes CUDA device link in Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1662
-rw-r--r--Source/cmNinjaNormalTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx
index e0cc35a..594e0f5 100644
--- a/Source/cmNinjaNormalTargetGenerator.cxx
+++ b/Source/cmNinjaNormalTargetGenerator.cxx
@@ -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()