mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 05:26:58 +08:00
cmNinjaNormalTargetGenerator: make sure comments match parameter names
This commit is contained in:
@@ -336,7 +336,7 @@ std::vector<std::string> cmNinjaNormalTargetGenerator::ComputeLinkCmd()
|
||||
std::string targetOutputReal =
|
||||
this->ConvertToNinjaPath(gt.GetFullPath(cfgName,
|
||||
/*implib=*/false,
|
||||
/*realpath=*/true));
|
||||
/*realname=*/true));
|
||||
cmakeCommand += targetOutputReal;
|
||||
cmakeCommand += " || true";
|
||||
linkCmds.push_back(cmakeCommand);
|
||||
@@ -414,7 +414,7 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
|
||||
std::string targetOutputReal =
|
||||
ConvertToNinjaPath(gt.GetFullPath(cfgName,
|
||||
/*implib=*/false,
|
||||
/*realpath=*/true));
|
||||
/*realname=*/true));
|
||||
std::string targetOutputImplib =
|
||||
ConvertToNinjaPath(gt.GetFullPath(cfgName,
|
||||
/*implib=*/true));
|
||||
|
Reference in New Issue
Block a user