mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
Line Length: <79
This commit is contained in:
@@ -341,7 +341,8 @@ cmNinjaTargetGenerator
|
||||
useClDeps = true;
|
||||
if (projectName && std::string(projectName) == "CMAKE_TRY_COMPILE")
|
||||
{
|
||||
// don't wrap for try_compile, TODO but why doesn't it work with cmcldeps?
|
||||
// don't wrap for try_compile,
|
||||
// TODO but why doesn't it work with cmcldeps?
|
||||
useClDeps = false;
|
||||
}
|
||||
}
|
||||
@@ -382,7 +383,8 @@ cmNinjaTargetGenerator
|
||||
if(useClDeps)
|
||||
{
|
||||
std::string prefix = clShowPrefix;
|
||||
cmdLine = "\"" + std::string(clDepsBinary) + "\" $in $out.d $out \"" + prefix + "\" " + cmdLine;
|
||||
cmdLine = "\"" + std::string(clDepsBinary) + "\" $in $out.d $out \""
|
||||
+ prefix + "\" " + cmdLine;
|
||||
}
|
||||
|
||||
// Write the rule for compiling file of the given language.
|
||||
|
||||
Reference in New Issue
Block a user