Parcourir la source

COMP: fix warning

Bill Hoffman il y a 21 ans
Parent
commit
816d73f23f
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      Source/cmGlobalKdevelopGenerator.cxx

+ 1 - 2
Source/cmGlobalKdevelopGenerator.cxx

@@ -103,8 +103,7 @@ bool cmGlobalKdevelopGenerator
 {
   cmMakefile* mf =lg->GetMakefile();
   std::string projectDir = projectDirIn + "/";
-  std::string filename = outputDir+"/" + std::string(mf->GetProjectName()) 
-    +".kdevelop.filelist";
+  std::string filename = outputDir+ "/" + projectname +".kdevelop.filelist";
 
   std::set<cmStdString> files;
   std::string tmp;