Brad King пре 19 година
родитељ
комит
c3a22c011d
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      Source/cmMakefileLibraryTargetGenerator.cxx

+ 2 - 1
Source/cmMakefileLibraryTargetGenerator.cxx

@@ -358,7 +358,8 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules
     std::string cleanFullSharedRealName = outpath + cleanSharedRealName;
     std::string cleanFullImportName = outpath + cleanImportName;
     libCleanFiles.push_back
-      (this->Convert(cleanFullStaticName.c_str(),cmLocalGenerator::START_OUTPUT,
+      (this->Convert(cleanFullStaticName.c_str(),
+                     cmLocalGenerator::START_OUTPUT,
                      cmLocalGenerator::UNCHANGED));
     if(cleanSharedRealName != cleanStaticName)
       {