STYLE: Fixed line length.
This commit is contained in:
parent
6ad36e407e
commit
c3a22c011d
|
@ -358,7 +358,8 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules
|
||||||
std::string cleanFullSharedRealName = outpath + cleanSharedRealName;
|
std::string cleanFullSharedRealName = outpath + cleanSharedRealName;
|
||||||
std::string cleanFullImportName = outpath + cleanImportName;
|
std::string cleanFullImportName = outpath + cleanImportName;
|
||||||
libCleanFiles.push_back
|
libCleanFiles.push_back
|
||||||
(this->Convert(cleanFullStaticName.c_str(),cmLocalGenerator::START_OUTPUT,
|
(this->Convert(cleanFullStaticName.c_str(),
|
||||||
|
cmLocalGenerator::START_OUTPUT,
|
||||||
cmLocalGenerator::UNCHANGED));
|
cmLocalGenerator::UNCHANGED));
|
||||||
if(cleanSharedRealName != cleanStaticName)
|
if(cleanSharedRealName != cleanStaticName)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue